Interface TimerCreationMetaData<V>
-
- All Superinterfaces:
Function<Instant,Instant>,TimerConfiguration,UnaryOperator<Instant>
- All Known Subinterfaces:
IntervalTimerCreationMetaData<V>,ScheduleTimerCreationMetaData<V>
- All Known Implementing Classes:
AbstractTimerCreationMetaDataEntry,IntervalTimerCreationMetaDataEntry,ScheduleTimerCreationMetaDataEntry
public interface TimerCreationMetaData<V> extends TimerConfiguration, UnaryOperator<Instant>
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description VgetContext()default Predicate<Method>getTimeoutMatcher()TimerTypegetType()-
Methods inherited from interface org.wildfly.clustering.ejb.timer.TimerConfiguration
getStart
-
-