Uses of Class
org.agrona.concurrent.ControlledMessageHandler.Action
-
Packages that use ControlledMessageHandler.Action Package Description org.agrona.concurrent Concurrent data structures and utilities that support both on and off Java heap usage. -
-
Uses of ControlledMessageHandler.Action in org.agrona.concurrent
Methods in org.agrona.concurrent that return ControlledMessageHandler.Action Modifier and Type Method Description ControlledMessageHandler.Action
ControlledMessageHandler. onMessage(int msgTypeId, MutableDirectBuffer buffer, int index, int length)
Called for the processing of each message read from a buffer in turn.static ControlledMessageHandler.Action
ControlledMessageHandler.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ControlledMessageHandler.Action[]
ControlledMessageHandler.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-