| Interface | Description |
|---|---|
| RingBuffer |
Ring-buffer for the concurrent exchanging of binary encoded messages from producer(s) to consumer(s)
in a FIFO manner.
|
| Class | Description |
|---|---|
| ManyToOneRingBuffer |
A ring-buffer that supports the exchange of messages from many producers to a single consumer.
|
| OneToOneRingBuffer |
A ring-buffer that supports the exchange of messages from a single producer to a single consumer.
|
| RecordDescriptor |
Description of the record structure for message framing in the a
RingBuffer. |
| RingBufferDescriptor |
Layout description for the underlying buffer used by a
RingBuffer. |
Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.