Interface TimerMetaDataEntry<C>
-
- All Superinterfaces:
Function<Instant,Instant>,ImmutableTimerMetaDataEntry<C>,TimerConfiguration,UnaryOperator<Instant>
- All Known Subinterfaces:
RemappableTimerMetaDataEntry<C>
- All Known Implementing Classes:
AbstractTimerMetaDataEntry,IntervalTimerMetaDataEntry,MutableTimerMetaDataEntry,ScheduleTimerMetaDataEntry
public interface TimerMetaDataEntry<C> extends ImmutableTimerMetaDataEntry<C>
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLastTimeout(Duration timeout)-
Methods inherited from interface org.wildfly.clustering.ejb.cache.timer.ImmutableTimerMetaDataEntry
getContext, getLastTimeout, getTimeoutMatcher, getType
-
Methods inherited from interface org.wildfly.clustering.ejb.timer.TimerConfiguration
getStart
-
-
-
-
Method Detail
-
setLastTimeout
void setLastTimeout(Duration timeout)
-
-