Class AbstractTimerMetaDataEntry<C>

java.lang.Object
org.wildfly.clustering.ejb.cache.timer.AbstractTimerMetaDataEntry<C>
Type Parameters:
C - the timer context type
All Implemented Interfaces:
Function<Instant,Instant>, UnaryOperator<Instant>, org.wildfly.clustering.cache.function.Remappable<RemappableTimerMetaDataEntry<C>,Supplier<org.wildfly.clustering.server.offset.Offset<Duration>>>, ImmutableTimerMetaDataEntry<C>, RemappableTimerMetaDataEntry<C>, TimerMetaDataEntry<C>, TimerConfiguration
Direct Known Subclasses:
IntervalTimerMetaDataEntry, ScheduleTimerMetaDataEntry

public abstract class AbstractTimerMetaDataEntry<C> extends Object implements RemappableTimerMetaDataEntry<C>
The base timer metadata cache entry.
Author:
Paul Ferraro