Interface JpaTokenstoreConfig.ClaimTimeout

Enclosing interface:
JpaTokenstoreConfig

public static interface JpaTokenstoreConfig.ClaimTimeout
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    the amount of time to wait after shutdown.
    the time unit used for the shutdown wait duration.
  • Method Details

    • unit

      TimeUnit unit()
      the time unit used for the shutdown wait duration.
    • amount

      long amount()
      the amount of time to wait after shutdown.