Class IntervalTimerMetaDataEntry<C>

java.lang.Object
org.wildfly.clustering.ejb.cache.timer.AbstractTimerMetaDataEntry<C>
org.wildfly.clustering.ejb.cache.timer.IntervalTimerMetaDataEntry<C>
All Implemented Interfaces:
Function<Instant,Instant>, UnaryOperator<Instant>, Remappable<RemappableTimerMetaDataEntry<C>,Supplier<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