Uses of Enum Class
io.atomix.cluster.messaging.impl.ProtocolMessage.Type
Packages that use ProtocolMessage.Type
-
Uses of ProtocolMessage.Type in io.atomix.cluster.messaging.impl
Methods in io.atomix.cluster.messaging.impl that return ProtocolMessage.TypeModifier and TypeMethodDescriptionstatic ProtocolMessage.TypeProtocolMessage.Type.forId(int id) Returns the message type enum associated with the given ID.abstract ProtocolMessage.TypeProtocolMessage.type()ProtocolReply.type()ProtocolRequest.type()static ProtocolMessage.TypeReturns the enum constant of this class with the specified name.static ProtocolMessage.Type[]ProtocolMessage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.