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 underlyingBroadcastReceiverwhich this is wrapping and copying out of.Constructors in org.agrona.concurrent.broadcast with parameters of type BroadcastReceiverModifierConstructorDescriptionCopyBroadcastReceiver(BroadcastReceiver receiver) Wrap aBroadcastReceiverto simplify the API for receiving messages.CopyBroadcastReceiver(BroadcastReceiver receiver, int scratchBufferLength) Wrap aBroadcastReceiverto simplify the API for receiving messages.CopyBroadcastReceiver(BroadcastReceiver receiver, MutableDirectBuffer scratchBuffer) Wrap aBroadcastReceiverto simplify the API for receiving messages.