Interface ExpirationConfiguration<T>
- Type Parameters:
T- the expired object type
- All Superinterfaces:
Expiration
- All Known Subinterfaces:
AbstractSessionManager.Configuration<CC,MV, AV, SC>, SessionManagerConfiguration<C>
- All Known Implementing Classes:
DecoratedSessionManagerConfiguration
Encapsulates expiration configuration.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionThe listener to notify of expiration events.Methods inherited from interface Expiration
getMaxIdle
-
Method Details
-
getExpirationListener
-