Processor is a thin wrapper around the LMAX Disruptor RingBuffer.See: Description
| Class | Description |
|---|---|
| Operation<T> |
A
Operation represents the payload that gets (re) used in the processor. |
| Processor<T> |
A
Processor is a highly-efficient data processor that is backed by an LMAX Disruptor RingBuffer. |
Processor is a thin wrapper around the LMAX Disruptor RingBuffer.