Uses of Enum Class
org.zeromq.ZProxy.Command
Packages that use ZProxy.Command
-
Uses of ZProxy.Command in org.zeromq
Methods in org.zeromq that return ZProxy.CommandModifier and TypeMethodDescriptionstatic ZProxy.Command
Returns the enum constant of this class with the specified name.static ZProxy.Command[]
ZProxy.Command.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.zeromq with parameters of type ZProxy.CommandModifier and TypeMethodDescriptionZProxy.command
(ZProxy.Command command, boolean sync) Sends a command message to the proxy actor.ZProxy.command
(ZProxy.Command command, ZMsg msg, boolean sync) Sends a command message to the proxy actor.