Interface EventSequencer<T>

Type Parameters:
T - The event type
All Superinterfaces:
DataProvider<T>, Sequenced
All Known Implementing Classes:
RingBuffer

public interface EventSequencer<T> extends DataProvider<T>, Sequenced
Pulls together the low-level data access and sequencing operations of RingBuffer