Interface ExpirationConfiguration<T>
-
- Type Parameters:
T- the expired object type
- All Superinterfaces:
Expiration
public interface ExpirationConfiguration<T> extends Expiration
Encapsulates expiration configuration.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Consumer<T>getExpirationListener()The listener to notify of expiration events.-
Methods inherited from interface org.wildfly.clustering.ee.expiration.Expiration
getTimeout, isImmortal
-
-