Package org.axonframework.messaging.eventhandling.processing.streaming.token.store
@NullMarked
package org.axonframework.messaging.eventhandling.processing.streaming.token.store
Part of the Axon Messaging module. Contains classes related to Token Stores.
-
ClassDescriptionA special implementation of a Token that is used to store configuration specific to the underlying storage of each
TokenStoreinstance.Describes a component capable of storing and retrieving eventtracking tokens.Exception indicating that a processor tried to claim a Token (either by retrieving or updating it) that has already been claimed by another process.Exception indicating that the TokenStore was unable to initialize a Token for a tracking processor and Segment.Exception indicating that a TokenStore implementation was unable determine its identifier based on the underlying storage.