Package org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
package org.axonframework.messaging.eventhandling.processing.streaming.token.store.jdbc
-
ClassDescriptionJdbc token entry table factory compatible with most databases.Jdbc class of an entry containing a serialized tracking token belonging to a given process.A
TokenStoreimplementation that uses JDBC to save and loadTrackingTokeninstances.Configuration for theJdbcTokenStore.Jdbc token entry table factory for Oracle databases.Jdbc token entry table factory for Postgres databases.Schema of a 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.