public interface ExpirationConfiguration<T>
Modifier and Type | Method and Description |
---|---|
ScheduledExecutorService |
getExecutor()
Returns the scheduled executor suitable for scheduling bean expiration.
|
RemoveListener<T> |
getRemoveListener()
Returns the listener to notify of bean removal/expiration.
|
Time |
getTimeout()
The duration of time a bean can be idle after which it will expire.
|
Time getTimeout()
RemoveListener<T> getRemoveListener()
ScheduledExecutorService getExecutor()
Copyright © 2014 JBoss by Red Hat. All rights reserved.