Uses of Interface
org.agrona.concurrent.ControlledMessageHandler
Packages that use ControlledMessageHandler
Package
Description
IPC ring buffers for messaging via shared memory.
-
Uses of ControlledMessageHandler in org.agrona.concurrent.ringbuffer
Methods in org.agrona.concurrent.ringbuffer with parameters of type ControlledMessageHandlerModifier and TypeMethodDescriptionintManyToOneRingBuffer.controlledRead(ControlledMessageHandler handler) Read as many messages as are available to the end of the ring buffer with the handler able to control progress.intManyToOneRingBuffer.controlledRead(ControlledMessageHandler handler, int messageCountLimit) Read messages up to a limit of available to the end of the ring buffer with the handler able to control progress.intOneToOneRingBuffer.controlledRead(ControlledMessageHandler handler) Read as many messages as are available to the end of the ring buffer with the handler able to control progress.intOneToOneRingBuffer.controlledRead(ControlledMessageHandler handler, int messageCountLimit) Read messages up to a limit of available to the end of the ring buffer with the handler able to control progress.intRingBuffer.controlledRead(ControlledMessageHandler handler) Read as many messages as are available to the end of the ring buffer with the handler able to control progress.intRingBuffer.controlledRead(ControlledMessageHandler handler, int messageCountLimit) Read messages up to a limit of available to the end of the ring buffer with the handler able to control progress.