| 接口 | 说明 |
|---|---|
| EventProcessorFactory<T> |
A factory interface to make it possible to include custom event processors in a chain:
disruptor.handleEventsWith(handler1).then((ringBuffer, barrierSequences) -> new CustomEventProcessor(ringBuffer, barrierSequences));
|
| 类 | 说明 |
|---|---|
| BasicExecutor | |
| Disruptor<T> |
A DSL-style API for setting up the disruptor pattern around a ring buffer
(aka the Builder pattern).
|
| EventHandlerGroup<T> |
A group of
EventProcessors used as part of the Disruptor. |
| ExceptionHandlerSetting<T> |
A support class used as part of setting an exception handler for a specific event handler.
|
| ExceptionHandlerWrapper<T> |
| 枚举 | 说明 |
|---|---|
| ProducerType |
Defines producer types to support creation of RingBuffer with correct sequencer and publisher.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.