Interface RemappableTimerMetaDataEntry<C>

Type Parameters:
C - the timer context type
All Superinterfaces:
Function<Instant,Instant>, ImmutableTimerMetaDataEntry<C>, org.wildfly.clustering.cache.function.Remappable<RemappableTimerMetaDataEntry<C>,Supplier<org.wildfly.clustering.server.offset.Offset<Duration>>>, TimerConfiguration, TimerMetaDataEntry<C>, UnaryOperator<Instant>
All Known Implementing Classes:
AbstractTimerMetaDataEntry, IntervalTimerMetaDataEntry, ScheduleTimerMetaDataEntry

public interface RemappableTimerMetaDataEntry<C> extends TimerMetaDataEntry<C>, org.wildfly.clustering.cache.function.Remappable<RemappableTimerMetaDataEntry<C>,Supplier<org.wildfly.clustering.server.offset.Offset<Duration>>>
Author:
Paul Ferraro