Uses of Class
org.agrona.concurrent.broadcast.BroadcastReceiver
Packages that use BroadcastReceiver
Package
Description
Data structure for broadcasting messages from one source to many receivers via shared memory.
-
Uses of BroadcastReceiver in org.agrona.concurrent.broadcast
Fields in org.agrona.concurrent.broadcast declared as BroadcastReceiverMethods in org.agrona.concurrent.broadcast that return BroadcastReceiverModifier and TypeMethodDescriptionCopyBroadcastReceiver.broadcastReceiver()
Get the underlyingBroadcastReceiver
which this is wrapping and copying out of.Constructors in org.agrona.concurrent.broadcast with parameters of type BroadcastReceiverModifierConstructorDescriptionCopyBroadcastReceiver
(BroadcastReceiver receiver) Wrap aBroadcastReceiver
to simplify the API for receiving messages.CopyBroadcastReceiver
(BroadcastReceiver receiver, int scratchBufferLength) Wrap aBroadcastReceiver
to simplify the API for receiving messages.CopyBroadcastReceiver
(BroadcastReceiver receiver, MutableDirectBuffer scratchBuffer) Wrap aBroadcastReceiver
to simplify the API for receiving messages.