Uses of Class
org.axonframework.extension.springboot.TokenStoreProperties
Packages that use TokenStoreProperties
Package
Description
Part of the Axon Extension module.
-
Uses of TokenStoreProperties in org.axonframework.extension.springboot.autoconfig
Methods in org.axonframework.extension.springboot.autoconfig with parameters of type TokenStorePropertiesModifier and TypeMethodDescriptionJpaAutoConfiguration.tokenStore(jakarta.persistence.EntityManagerFactory entityManagerFactory, TokenStoreProperties tokenStoreProperties, tools.jackson.databind.ObjectMapper defaultAxonObjectMapper) Builds a JPA Token Store.Constructors in org.axonframework.extension.springboot.autoconfig with parameters of type TokenStorePropertiesModifierConstructorDescriptionJdbcAutoConfiguration(TokenStoreProperties tokenStoreProperties) Creates a newJdbcAutoConfigurationwith the givenTokenStoreProperties.