Interface JpaTokenstoreConfig


@ConfigMapping(prefix="quarkus.axon.tokenstore.jpa") @ConfigRoot(phase=RUN_TIME) public interface JpaTokenstoreConfig
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The claimTimeout specifying the amount of time this process will wait after which this process will force a claim of a token.
    Optional<jakarta.persistence.LockModeType>
    The LockModeType to use when loading tokens from the underlying database.
  • Method Details

    • claimTimeout

      The claimTimeout specifying 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()
      The LockModeType to use when loading tokens from the underlying database. If not set it defaults to Axon framework default.