Interface JpaTokenstoreConfig.ClaimTimeout
- Enclosing interface:
JpaTokenstoreConfig
public static interface JpaTokenstoreConfig.ClaimTimeout
-
Method Summary
-
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.
-