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