Class ScheduleTimerMetaDataEntry<C>

java.lang.Object
org.wildfly.clustering.ejb.cache.timer.AbstractTimerMetaDataEntry<C>
org.wildfly.clustering.ejb.cache.timer.ScheduleTimerMetaDataEntry<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>>>, ImmutableScheduleTimerMetaDataEntry<C>, ImmutableTimerMetaDataEntry<C>, RemappableTimerMetaDataEntry<C>, TimerMetaDataEntry<C>, ScheduleTimerConfiguration, TimerConfiguration

public class ScheduleTimerMetaDataEntry<C> extends AbstractTimerMetaDataEntry<C> implements ImmutableScheduleTimerMetaDataEntry<C>
An schedule-based timer metadata cache entry.
Author:
Paul Ferraro