Package | Description |
---|---|
org.axonframework.eventhandling.tokenstore.jdbc |
Class and Description |
---|
GenericTokenTableFactory
Jdbc token entry table factory compatible with most databases.
|
JdbcTokenStore
Implementation of a token store that uses JDBC to save and load tokens.
|
JdbcTokenStore.Builder
Builder class to instantiate a
JdbcTokenStore . |
TokenSchema
Schema of an token entry to be stored using Jdbc.
|
TokenSchema.Builder
Builder for an
TokenSchema that gets initialized with default values. |
TokenTableFactory
Interface describing a factory for JDBC to create the table containing tracking token entries.
|
Copyright © 2010–2019. All rights reserved.