Package org.zeromq
Class ZMonitor.ZEvent
java.lang.Object
org.zeromq.ZMonitor.ZEvent
- Enclosing class:
- ZMonitor
High-level representation of an event.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the event. (never null) -
code
public final int codeThe numerical code of the event. (useful in case of unrecognized event, in which case type is ALL) -
address
The address of the source of the event. -
value
String representation of the event value. Nature of the value depends on the type of event. May be null
-
-
Constructor Details
-
ZEvent
-
-
Method Details