Interface JpaTokenstoreConfig
@ConfigMapping(prefix="quarkus.axon.tokenstore.jpa")
@ConfigRoot(phase=RUN_TIME)
public interface JpaTokenstoreConfig
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionTheclaimTimeoutspecifying the amount of time this process will wait after which this process will force a claim of a token.Optional<jakarta.persistence.LockModeType> TheLockModeTypeto use when loading tokens from the underlying database.
-
Method Details
-
claimTimeout
Optional<JpaTokenstoreConfig.ClaimTimeout> claimTimeout()TheclaimTimeoutspecifying the amount of time this process will wait after which this process will force a claim of a token. If not set, it defaults to the Axon framework default. -
loadingLockMode
Optional<jakarta.persistence.LockModeType> loadingLockMode()TheLockModeTypeto use when loading tokens from the underlying database. If not set it defaults to Axon framework default.
-