public class SagaSchema extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SagaSchema.Builder
Builder for an
SagaSchema that gets initialized with default values. |
Modifier | Constructor and Description |
---|---|
|
SagaSchema()
Initialize SagaSchema with default values.
|
protected |
SagaSchema(SagaSchema.Builder builder) |
|
SagaSchema(String sagaEntryTable,
String associationValueEntryTable)
Deprecated.
use
SagaSchema.Builder instead |
Modifier and Type | Method and Description |
---|---|
String |
associationKeyColumn()
Returns the name of the associationKey column
|
String |
associationValueColumn()
Returns the name of the associationValue column
|
String |
associationValueEntryTable()
Returns the name of the associationValueEntry table
|
static SagaSchema.Builder |
builder()
Returns a new
SagaSchema.Builder initialized with default settings. |
String |
revisionColumn()
Returns the name of the revision column
|
String |
sagaEntryTable()
Returns the name of the sagaEntry table
|
String |
sagaIdColumn()
Returns the name of the sagaId column
|
String |
sagaTypeColumn()
Returns the name of the sagaType column
|
String |
serializedSagaColumn()
Returns the name of the serializedSaga column
|
public SagaSchema()
@Deprecated public SagaSchema(String sagaEntryTable, String associationValueEntryTable)
SagaSchema.Builder
insteadsagaEntryTable
- The name of the entry tableassociationValueEntryTable
- The name of the association value tableprotected SagaSchema(SagaSchema.Builder builder)
public static SagaSchema.Builder builder()
SagaSchema.Builder
initialized with default settings.public String sagaEntryTable()
public String revisionColumn()
public String serializedSagaColumn()
public String associationValueEntryTable()
public String associationKeyColumn()
public String associationValueColumn()
public String sagaIdColumn()
public String sagaTypeColumn()
Copyright © 2010–2024. All rights reserved.