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
Methods inherited from interface org.wildfly.clustering.ejb.cache.timer.ImmutableTimerMetaDataEntry
getContext, getLastTimeout, getTimeoutMatcherMethods inherited from interface org.wildfly.clustering.ejb.timer.IntervalTimerConfiguration
getIntervalMethods inherited from interface org.wildfly.clustering.ejb.timer.TimerConfiguration
getStart
-
Method Details
-
getType
Description copied from interface:ImmutableTimerMetaDataEntryReturns the type of this timer- Specified by:
getTypein interfaceImmutableTimerMetaDataEntry<C>- Returns:
- the timer type
-