| 程序包 | 说明 |
|---|---|
| com.alipay.disruptor | |
| com.alipay.disruptor.dsl |
| 类和说明 |
|---|
| ProducerType
Defines producer types to support creation of RingBuffer with correct sequencer and publisher.
|
| 类和说明 |
|---|
| EventHandlerGroup
A group of
EventProcessors used as part of the Disruptor. |
| EventProcessorFactory
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));
|
| 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 © 2018 Pivotal Software, Inc.. All rights reserved.