Package org.axonframework.eventhandling.tokenstore
package org.axonframework.eventhandling.tokenstore
-
ClassDescriptionAbstract base class of a JPA entry containing a serialized tracking token belonging to a given process.A special implementation of a Token that is used to store configuration specific to the underlying storage of each
TokenStoreinstance.Generic implementation of a token entry.Describes a component capable of storing and retrieving event tracking 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.