Package org.wildfly.clustering.ejb.timer
Interface TimeoutMetaData
- All Known Subinterfaces:
ImmutableTimerMetaData,TimerMetaData
public interface TimeoutMetaData
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the time of the next timeout event, or null if there are no future timeout events.
-
Method Details
-
getNextTimeout
Returns the time of the next timeout event, or null if there are no future timeout events.- Returns:
- the optional time of the next timeout event
-