OperationBatcher 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. |
| OperationBatcher<T> |
An
OperationBatcher is a highly-efficient data processor that is backed by an LMAX Disruptor RingBuffer. |
OperationBatcher is a thin wrapper around the LMAX Disruptor RingBuffer.