Interface ImmutableIntervalTimerMetaDataEntry<C>
-
- All Superinterfaces:
Function<Instant,Instant>,ImmutableTimerMetaDataEntry<C>,IntervalTimerConfiguration,TimerConfiguration,UnaryOperator<Instant>
- All Known Implementing Classes:
IntervalTimerMetaDataEntry
public interface ImmutableIntervalTimerMetaDataEntry<C> extends ImmutableTimerMetaDataEntry<C>, IntervalTimerConfiguration
An immutable view of an interval-based timer metadata cache entry.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default TimerTypegetType()Returns the type of this timer-
Methods inherited from interface org.wildfly.clustering.ejb.cache.timer.ImmutableTimerMetaDataEntry
getContext, getLastTimeout, getTimeoutMatcher
-
Methods inherited from interface org.wildfly.clustering.ejb.timer.IntervalTimerConfiguration
getInterval
-
Methods inherited from interface org.wildfly.clustering.ejb.timer.TimerConfiguration
getStart
-
-
-
-
Method Detail
-
getType
default TimerType getType()
Description copied from interface:ImmutableTimerMetaDataEntryReturns the type of this timer- Specified by:
getTypein interfaceImmutableTimerMetaDataEntry<C>- Returns:
- the timer type
-
-