Uses of Interface
com.lmax.disruptor.EventSequencer
Packages that use EventSequencer
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Uses of EventSequencer in com.lmax.disruptor
Classes in com.lmax.disruptor that implement EventSequencerModifier and TypeClassDescriptionfinal class
RingBuffer<E>
Ring based store of reusable entries containing the data representing an event being exchanged between event producer andEventProcessor
s.