Uses of Enum
org.zeromq.ZProxy.Command
Packages that use ZProxy.Command
-
Uses of ZProxy.Command in org.zeromq
Subclasses with type arguments of type ZProxy.Command in org.zeromqMethods in org.zeromq that return ZProxy.CommandModifier and TypeMethodDescriptionstatic ZProxy.CommandReturns the enum constant of this type with the specified name.static ZProxy.Command[]ZProxy.Command.values()Returns an array containing the constants of this enum type, 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.