Interface ImmutableIntervalTimerMetaDataEntry<C>

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