Class JpaTokenstoreConfigurer
java.lang.Object
at.meks.quarkiverse.axon.tokenstore.jpa.JpaTokenstoreConfigurer
- All Implemented Interfaces:
at.meks.quarkiverse.axon.runtime.customizations.TokenStoreConfigurer
@ApplicationScoped
public class JpaTokenstoreConfigurer
extends Object
implements at.meks.quarkiverse.axon.runtime.customizations.TokenStoreConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureTokenStore(org.axonframework.eventsourcing.configuration.EventSourcingConfigurer configurer)
-
Constructor Details
-
JpaTokenstoreConfigurer
public JpaTokenstoreConfigurer()
-
-
Method Details
-
configureTokenStore
public void configureTokenStore(org.axonframework.eventsourcing.configuration.EventSourcingConfigurer configurer) - Specified by:
configureTokenStorein interfaceat.meks.quarkiverse.axon.runtime.customizations.TokenStoreConfigurer
-