Interface RemappableTimerMetaDataEntry<C>
-
- All Superinterfaces:
Function<Instant,Instant>,ImmutableTimerMetaDataEntry<C>,Remappable<RemappableTimerMetaDataEntry<C>,Supplier<Offset<Duration>>>,TimerConfiguration,TimerMetaDataEntry<C>,UnaryOperator<Instant>
- All Known Implementing Classes:
AbstractTimerMetaDataEntry,IntervalTimerMetaDataEntry,ScheduleTimerMetaDataEntry
public interface RemappableTimerMetaDataEntry<C> extends TimerMetaDataEntry<C>, Remappable<RemappableTimerMetaDataEntry<C>,Supplier<Offset<Duration>>>
- Author:
- Paul Ferraro
-
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.ejb.cache.timer.ImmutableTimerMetaDataEntry
getContext, getLastTimeout, getTimeoutMatcher, getType
-
Methods inherited from interface org.wildfly.clustering.ee.cache.function.Remappable
remap
-
Methods inherited from interface org.wildfly.clustering.ejb.timer.TimerConfiguration
getStart
-
Methods inherited from interface org.wildfly.clustering.ejb.cache.timer.TimerMetaDataEntry
setLastTimeout
-
-