Package org.agrona.concurrent.broadcast
Data structure for broadcasting messages from one source to many receivers via shared memory.
-
Class Summary Class Description BroadcastBufferDescriptor Layout of the broadcast buffer.BroadcastReceiver Receive messages broadcast from aBroadcastTransmitter
via an underlying buffer.BroadcastTransmitter Transmit messages via an underlying broadcast buffer to zero or moreBroadcastReceiver
s.CopyBroadcastReceiver Receiver that copies messages which have been broadcast to enable a simpler API for the client.RecordDescriptor Description of the structure for a record in the broadcast buffer.