Uses of Class
org.axonframework.eventhandling.tokenstore.jdbc.TokenSchema.Builder
Packages that use TokenSchema.Builder
-
Uses of TokenSchema.Builder in org.axonframework.eventhandling.tokenstore.jdbc
Methods in org.axonframework.eventhandling.tokenstore.jdbc that return TokenSchema.BuilderModifier and TypeMethodDescriptionstatic TokenSchema.BuilderTokenSchema.builder()Returns a newTokenSchema.Builderinitialized with default settings.TokenSchema.Builder.setOwnerColum(String columnName) Deprecated.TokenSchema.Builder.setOwnerColumn(String columnName) Sets the name of the owner column.TokenSchema.Builder.setProcessorNameColumn(String columnName) Sets the name of the processor name column.TokenSchema.Builder.setSegmentColumn(String columnName) Sets the name of the processor segment column.TokenSchema.Builder.setTimestampColumn(String columnName) Sets the name of the timestamp column.TokenSchema.Builder.setTokenColumn(String columnName) Sets the name of the serialized token column.TokenSchema.Builder.setTokenTable(String tokenTable) Sets the name of the token entry table.TokenSchema.Builder.setTokenTypeColumn(String columnName) Sets the name of the token type column.
setOwnerColumn(String)