Interface ImmutableIntervalTimerMetaDataEntry<C>

Type Parameters:
C - the timer context type
All Superinterfaces:
Function<Instant,Instant>, ImmutableTimerMetaDataEntry<C>, IntervalTimerConfiguration, TimerConfiguration, UnaryOperator<Instant>
All Known Implementing Classes:
IntervalTimerMetaDataEntry

public interface ImmutableIntervalTimerMetaDataEntry<C> extends ImmutableTimerMetaDataEntry<C>, IntervalTimerConfiguration
An immutable view of an interval-based timer metadata cache entry.
Author:
Paul Ferraro