Uses of Class
org.axonframework.eventhandling.tokenstore.jpa.JpaTokenStore.Builder
Packages that use JpaTokenStore.Builder
-
Uses of JpaTokenStore.Builder in org.axonframework.eventhandling.tokenstore.jpa
Methods in org.axonframework.eventhandling.tokenstore.jpa that return JpaTokenStore.BuilderModifier and TypeMethodDescriptionstatic JpaTokenStore.BuilderJpaTokenStore.builder()Instantiate a Builder to be able to create aJpaTokenStore.JpaTokenStore.Builder.claimTimeout(TemporalAmount claimTimeout) Sets theclaimTimeoutspecifying the amount of time this process will wait after which this process will force a claim of aTrackingToken.JpaTokenStore.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider) Sets theEntityManagerProviderwhich provides theEntityManagerused to access the underlying database.JpaTokenStore.Builder.loadingLockMode(jakarta.persistence.LockModeType loadingLockMode) TheLockModeTypeto use when loading tokens from the underlying database.Sets thenodeIdto identify ownership of the tokens.JpaTokenStore.Builder.serializer(Serializer serializer) Sets theSerializerused to de-/serializeTrackingTokens with.Constructors in org.axonframework.eventhandling.tokenstore.jpa with parameters of type JpaTokenStore.BuilderModifierConstructorDescriptionprotectedJpaTokenStore(JpaTokenStore.Builder builder) Instantiate aJpaTokenStorebased on the fields contained in theJpaTokenStore.Builder.