Interface ScheduleTimerCreationMetaData<V>
-
- All Superinterfaces:
Function<Instant,Instant>,ScheduleTimerConfiguration,TimerConfiguration,TimerCreationMetaData<V>,UnaryOperator<Instant>
- All Known Implementing Classes:
ScheduleTimerCreationMetaDataEntry
public interface ScheduleTimerCreationMetaData<V> extends TimerCreationMetaData<V>, ScheduleTimerConfiguration
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TimeoutDescriptorgetTimeoutMatcher()default TimerTypegetType()-
Methods inherited from interface org.wildfly.clustering.ejb.timer.ScheduleTimerConfiguration
getScheduleExpression, getStart
-
Methods inherited from interface org.wildfly.clustering.ejb.infinispan.timer.TimerCreationMetaData
getContext
-
-
-
-
Method Detail
-
getType
default TimerType getType()
- Specified by:
getTypein interfaceTimerCreationMetaData<V>
-
getTimeoutMatcher
TimeoutDescriptor getTimeoutMatcher()
- Specified by:
getTimeoutMatcherin interfaceTimerCreationMetaData<V>
-
-