public static final class ZMonitor.ZEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
address
The address of the source of the event.
|
int |
code
The numerical code of the event.
|
private static ZMonitor.Event[] |
EVENTVALUES |
ZMonitor.Event |
type
The type of the event.
|
java.lang.String |
value
String representation of the event value.
|
Modifier | Constructor and Description |
---|---|
|
ZEvent(ZMQ.Event event) |
private |
ZEvent(ZMsg msg) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
private static final ZMonitor.Event[] EVENTVALUES
public final ZMonitor.Event type
public final int code
public final java.lang.String address
public final java.lang.String value