Uses of Enum Class
org.agrona.concurrent.ControlledMessageHandler.Action
Packages that use ControlledMessageHandler.Action
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of ControlledMessageHandler.Action in org.agrona.concurrent
Subclasses with type arguments of type ControlledMessageHandler.Action in org.agrona.concurrentModifier and TypeClassDescriptionstatic enumAction to be taken on return fromControlledMessageHandler.onMessage(int, MutableDirectBuffer, int, int).Methods in org.agrona.concurrent that return ControlledMessageHandler.ActionModifier and TypeMethodDescriptionControlledMessageHandler.onMessage(int msgTypeId, MutableDirectBuffer buffer, int index, int length) Called for the processing of each message read from a buffer in turn.Returns the enum constant of this class with the specified name.static ControlledMessageHandler.Action[]ControlledMessageHandler.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.