Package | Description |
---|---|
org.axonframework.eventhandling.tokenstore.jdbc |
Modifier and Type | Method and Description |
---|---|
static TokenSchema.Builder |
TokenSchema.builder()
Returns a new
TokenSchema.Builder initialized with default settings. |
TokenSchema.Builder |
TokenSchema.Builder.setOwnerColum(String columnName)
Deprecated.
in favor of
setOwnerColumn(String) |
TokenSchema.Builder |
TokenSchema.Builder.setOwnerColumn(String columnName)
Sets the name of the owner column.
|
TokenSchema.Builder |
TokenSchema.Builder.setProcessorNameColumn(String columnName)
Sets the name of the processor name column.
|
TokenSchema.Builder |
TokenSchema.Builder.setSegmentColumn(String columnName)
Sets the name of the processor segment column.
|
TokenSchema.Builder |
TokenSchema.Builder.setTimestampColumn(String columnName)
Sets the name of the timestamp column.
|
TokenSchema.Builder |
TokenSchema.Builder.setTokenColumn(String columnName)
Sets the name of the serialized token column.
|
TokenSchema.Builder |
TokenSchema.Builder.setTokenTable(String tokenTable)
Sets the name of the token entry table.
|
TokenSchema.Builder |
TokenSchema.Builder.setTokenTypeColumn(String columnName)
Sets the name of the token type column.
|
Copyright © 2010–2023. All rights reserved.