Uses of Interface
org.axonframework.eventhandling.tokenstore.TokenStore
Packages that use TokenStore
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Uses of TokenStore in org.axonframework.config
Fields in org.axonframework.config with type parameters of type TokenStoreModifier and TypeFieldDescriptionprotected final Map<String, Component<TokenStore>> EventProcessingModule.tokenStoreMethods in org.axonframework.config that return TokenStoreModifier and TypeMethodDescriptionEventProcessingConfiguration.tokenStore(String processorName) Returns theTokenStoretied to the givenprocessorName.EventProcessingModule.tokenStore(String processorName) Method parameters in org.axonframework.config with type arguments of type TokenStoreModifier and TypeMethodDescriptionEventProcessingConfigurer.registerTokenStore(String processorName, Function<Configuration, TokenStore> tokenStoreBuilder) EventProcessingConfigurer.registerTokenStore(Function<Configuration, TokenStore> tokenStore) Register aFunctionthat builds aTokenStoreto use as the default in case no explicit token store was configured for a processor.EventProcessingModule.registerTokenStore(String processorName, Function<Configuration, TokenStore> tokenStore) EventProcessingModule.registerTokenStore(Function<Configuration, TokenStore> tokenStore) -
Uses of TokenStore in org.axonframework.eventhandling
Methods in org.axonframework.eventhandling with parameters of type TokenStoreModifier and TypeMethodDescriptionTrackingEventProcessor.Builder.tokenStore(TokenStore tokenStore) Sets theTokenStoreused to store and fetch event tokens that enable thisEventProcessorto track its progress. -
Uses of TokenStore in org.axonframework.eventhandling.pooled
Methods in org.axonframework.eventhandling.pooled with parameters of type TokenStoreModifier and TypeMethodDescriptionPooledStreamingEventProcessor.Builder.tokenStore(TokenStore tokenStore) Sets theTokenStoreused to store and fetch event tokens that enable thisEventProcessorto track its progress. -
Uses of TokenStore in org.axonframework.eventhandling.tokenstore.inmemory
Classes in org.axonframework.eventhandling.tokenstore.inmemory that implement TokenStoreModifier and TypeClassDescriptionclassImplementation of aTokenStorethat stores tracking tokens in memory. -
Uses of TokenStore in org.axonframework.eventhandling.tokenstore.jdbc
Classes in org.axonframework.eventhandling.tokenstore.jdbc that implement TokenStoreModifier and TypeClassDescriptionclassATokenStoreimplementation that uses JDBC to save and loadTrackingTokeninstances. -
Uses of TokenStore in org.axonframework.eventhandling.tokenstore.jpa
Classes in org.axonframework.eventhandling.tokenstore.jpa that implement TokenStoreModifier and TypeClassDescriptionclassImplementation of a token store that uses JPA to save and load tokens. -
Uses of TokenStore in org.axonframework.eventhandling.tokenstore.legacyjpa
Classes in org.axonframework.eventhandling.tokenstore.legacyjpa that implement TokenStore -
Uses of TokenStore in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return TokenStoreModifier and TypeMethodDescriptionJdbcAutoConfiguration.tokenStore(ConnectionProvider connectionProvider, Serializer serializer, TokenSchema tokenSchema) JpaAutoConfiguration.tokenStore(Serializer serializer, EntityManagerProvider entityManagerProvider) -
Uses of TokenStore in org.axonframework.springboot.autoconfig.legacyjpa
Methods in org.axonframework.springboot.autoconfig.legacyjpa that return TokenStoreModifier and TypeMethodDescriptionJpaJavaxAutoConfiguration.tokenStore(Serializer serializer, EntityManagerProvider entityManagerProvider) Deprecated.
JpaTokenStorewhich moved to jakarta.