Package | Description |
---|---|
org.axonframework.eventhandling.tokenstore.jpa |
Modifier and Type | Method and Description |
---|---|
static JpaTokenStore.Builder |
JpaTokenStore.builder()
Instantiate a Builder to be able to create a
JpaTokenStore . |
JpaTokenStore.Builder |
JpaTokenStore.Builder.claimTimeout(TemporalAmount claimTimeout)
Sets the
claimTimeout specifying the amount of time this process will wait after which this process
will force a claim of a TrackingToken . |
JpaTokenStore.Builder |
JpaTokenStore.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider)
Sets the
EntityManagerProvider which provides the EntityManager used to access the
underlying database. |
JpaTokenStore.Builder |
JpaTokenStore.Builder.loadingLockMode(javax.persistence.LockModeType loadingLockMode)
The
LockModeType to use when loading tokens from the underlying database. |
JpaTokenStore.Builder |
JpaTokenStore.Builder.nodeId(String nodeId)
Sets the
nodeId to identify ownership of the tokens. |
JpaTokenStore.Builder |
JpaTokenStore.Builder.serializer(Serializer serializer)
Sets the
Serializer used to de-/serialize TrackingToken s with. |
Constructor and Description |
---|
JpaTokenStore(JpaTokenStore.Builder builder)
Instantiate a
JpaTokenStore based on the fields contained in the JpaTokenStore.Builder . |
Copyright © 2010–2023. All rights reserved.