public class SagaSchema extends Object
| Constructor and Description | 
|---|
SagaSchema()
Initialize SagaSchema with default values. 
 | 
SagaSchema(String sagaEntryTable,
          String associationValueEntryTable)
Initialize SagaSchema with custom locations for event entry tables. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
associationValueEntryTable()
Returns the name of the associationValueEntry table 
 | 
String | 
sagaEntryTable()
Returns the name of the sagaEntry table 
 | 
public String associationValueEntryTable()
public String sagaEntryTable()
Copyright © 2010–2018. All rights reserved.