Constructor and Description |
---|
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.ZMQException
public static ZMQ.Event recv(ZMQ.Socket socket)
socket
- the socketZMQException
Copyright © 2023. All rights reserved.