Package | Description |
---|---|
org.zeromq |
Modifier and Type | Method and Description |
---|---|
static ZProxy.Command |
ZProxy.Command.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
ZProxy.State |
ZProxy.command(ZProxy.Command command,
boolean sync)
Sends a command message to the proxy actor.
|
ZMsg |
ZProxy.command(ZProxy.Command command,
ZMsg msg,
boolean sync)
Sends a command message to the proxy actor.
|
Copyright © 2021. All rights reserved.