Interface ReplayProcessor.ReplayBuffer<T>

Type Parameters:
T - the value type
All Known Implementing Classes:
ReplayProcessor.SizeAndTimeBoundReplayBuffer, ReplayProcessor.SizeBoundReplayBuffer, ReplayProcessor.UnboundedReplayBuffer
Enclosing class:
ReplayProcessor<T>

static interface ReplayProcessor.ReplayBuffer<@NonNull T>
Abstraction over a buffer that receives events and replays them to individual Subscribers.