| Constructor and Description |
|---|
ZMQ.Event(int event,
Object value,
String address) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
int |
getEvent() |
Object |
getValue() |
static ZMQ.Event |
recv(ZMQ.Socket socket)
Receive an event from a monitor socket.
|
static ZMQ.Event |
recv(ZMQ.Socket socket,
int flags)
Receive an event from a monitor socket.
|
public int getEvent()
public Object getValue()
public String getAddress()
public static ZMQ.Event recv(ZMQ.Socket socket, int flags)
socket - the socketflags - the flags to apply to the receive operation.ZMQExceptionpublic static ZMQ.Event recv(ZMQ.Socket socket)
socket - the socketZMQExceptionCopyright © 2014. All rights reserved.