Package | Description |
---|---|
com.lmax.disruptor |
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
|
com.lmax.disruptor.dsl |
Class and Description |
---|
ProducerType
Defines producer types to support creation of RingBuffer with correct sequencer and publisher.
|
Class and Description |
---|
ConsumerInfo |
ConsumerRepository
Provides a repository mechanism to associate
EventHandler s with EventProcessor s |
Disruptor
A DSL-style API for setting up the disruptor pattern around a ring buffer
(aka the Builder pattern).
|
EventHandlerGroup
A group of
EventProcessor s used as part of the Disruptor . |
EventProcessorFactory
A factory interface to make it possible to include custom event processors in a chain:
|
EventProcessorInfo
Wrapper class to tie together a particular event processing stage
|
ExceptionHandlerSetting
A support class used as part of setting an exception handler for a specific event handler.
|
ProducerType
Defines producer types to support creation of RingBuffer with correct sequencer and publisher.
|