Package org.zeromq
Class ZMonitor.ZEvent
java.lang.Object
org.zeromq.ZMonitor.ZEvent
- Enclosing class:
ZMonitor
High-level representation of an event.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
The address of the source of the event.final int
The numerical code of the event.private static final ZMonitor.Event[]
final ZMonitor.Event
The type of the event.final String
String representation of the event value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EVENTVALUES
-
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
-
ZEvent
-
-
Method Details