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 | Description |
---|---|
ProducerType |
Defines producer types to support creation of RingBuffer with correct sequencer and publisher.
|
Class | Description |
---|---|
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:
|
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.
|
Copyright © 2019. All rights reserved.