Package com.lmax.disruptor.dsl
-
Interface Summary Interface Description ConsumerInfo EventProcessorFactory<T> A factory interface to make it possible to include custom event processors in a chain: -
Class Summary Class Description BasicExecutor ConsumerRepository<T> Provides a repository mechanism to associateEventHandler
s withEventProcessor
sDisruptor<T> A DSL-style API for setting up the disruptor pattern around a ring buffer (aka the Builder pattern).EventHandlerGroup<T> A group ofEventProcessor
s used as part of theDisruptor
.EventProcessorInfo<T> Wrapper class to tie together a particular event processing stageExceptionHandlerSetting<T> A support class used as part of setting an exception handler for a specific event handler.ExceptionHandlerWrapper<T> WorkerPoolInfo<T> -
Enum Summary Enum Description ProducerType Defines producer types to support creation of RingBuffer with correct sequencer and publisher.