Package org.axonframework.eventhandling.tokenstore.jdbc
package org.axonframework.eventhandling.tokenstore.jdbc
-
ClassDescriptionJdbc token entry table factory compatible with most databases.A
TokenStoreimplementation that uses JDBC to save and loadTrackingTokeninstances.Builder class to instantiate aJdbcTokenStore.Jdbc token entry table factory for Oracle databases.Jdbc token entry table factory for Postgres databases.Schema of an token entry to be stored using Jdbc.Builder for anTokenSchemathat gets initialized with default values.Interface describing a factory for JDBC to create the table containing tracking token entries.