Interface ImmutableScheduleTimerMetaDataEntry<C>
- Type Parameters:
C- the timer context type
- All Superinterfaces:
Function<Instant,,Instant> ImmutableTimerMetaDataEntry<C>,ScheduleTimerConfiguration,TimerConfiguration,UnaryOperator<Instant>
- All Known Implementing Classes:
ScheduleTimerMetaDataEntry
public interface ImmutableScheduleTimerMetaDataEntry<C>
extends ImmutableTimerMetaDataEntry<C>, ScheduleTimerConfiguration
An immutable view of a schedule-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.ScheduleTimerConfiguration
getScheduleExpression, getStart
-
Method Details
-
getType
Description copied from interface:ImmutableTimerMetaDataEntryReturns the type of this timer- Specified by:
getTypein interfaceImmutableTimerMetaDataEntry<C>- Returns:
- the timer type
-