Package | Description |
---|---|
org.axonframework.eventhandling.tokenstore.jdbc | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
TokenSchema |
TokenSchema.Builder.build()
Builds a new
TokenSchema from builder values. |
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
TokenTableFactory.createTable(Connection connection,
TokenSchema schema)
Creates a PreparedStatement that allows for the creation of the table to store tracking token entries.
|
PreparedStatement |
Oracle11TokenTableFactory.createTable(Connection connection,
TokenSchema schema) |
PreparedStatement |
GenericTokenTableFactory.createTable(Connection connection,
TokenSchema schema) |
JdbcTokenStore.Builder |
JdbcTokenStore.Builder.schema(TokenSchema schema)
Sets the
schema which describes a JDBC token entry for this TokenStore . |
Modifier and Type | Method and Description |
---|---|
TokenStore |
JdbcAutoConfiguration.tokenStoreWithCustomSchema(ConnectionProvider connectionProvider,
Serializer serializer,
TokenSchema tokenSchema) |
Copyright © 2010–2023. All rights reserved.