Uses of Enum Class
dev.getelements.elements.rt.remote.jeromq.JeroMQRoutingCommand
Packages that use JeroMQRoutingCommand
-
Uses of JeroMQRoutingCommand in dev.getelements.elements.rt.remote.jeromq
Methods in dev.getelements.elements.rt.remote.jeromq that return JeroMQRoutingCommandModifier and TypeMethodDescriptionstatic JeroMQRoutingCommand
JeroMQRoutingCommand.stripCommand
(org.zeromq.ZMsg zMsg) Gets theJeroMQRoutingCommand
or throw anIllegalArgumentException
if the command could not be understood.static JeroMQRoutingCommand
Returns the enum constant of this class with the specified name.static JeroMQRoutingCommand[]
JeroMQRoutingCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.