Constructor | Description |
---|---|
Event(int event,
Object value,
String address) |
Modifier and Type | Method | Description |
---|---|---|
String |
getAddress() |
Get the address.
|
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) throws ZMQException
socket
- the socketflags
- the flags to apply to the receive operation.ZMQException
public static ZMQ.Event recv(ZMQ.Socket socket) throws ZMQException
socket
- the socketZMQException