Class IntervalTimerMetaDataEntry<C>

java.lang.Object
org.wildfly.clustering.ejb.cache.timer.AbstractTimerMetaDataEntry<C>
org.wildfly.clustering.ejb.cache.timer.IntervalTimerMetaDataEntry<C>
Type Parameters:
C - the timer context type
C - the timer metadata 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>>>, ImmutableIntervalTimerMetaDataEntry<C>, ImmutableTimerMetaDataEntry<C>, RemappableTimerMetaDataEntry<C>, TimerMetaDataEntry<C>, IntervalTimerConfiguration, TimerConfiguration

public class IntervalTimerMetaDataEntry<C> extends AbstractTimerMetaDataEntry<C> implements ImmutableIntervalTimerMetaDataEntry<C>
An interval-based timer metadata cache entry.
Author:
Paul Ferraro