Package | Description |
---|---|
org.zeromq |
Provides high-level bindings for ØMQ.
|
Modifier and Type | Field and Description |
---|---|
private static ZMonitor.Event[] |
ZMonitor.ZEvent.EVENTVALUES |
ZMonitor.Event |
ZMonitor.ZEvent.type
The type of the event.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,ZMonitor.Event> |
ZMonitor.Event.MAP |
Modifier and Type | Method and Description |
---|---|
static ZMonitor.Event |
ZMonitor.Event.findByCode(int event)
Find the
ZMonitor.Event associated with the numerical event code. |
static ZMonitor.Event |
ZMonitor.Event.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZMonitor.Event[] |
ZMonitor.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ZMonitor |
ZMonitor.add(ZMonitor.Event... events)
Adds event types to monitor.
|
ZMonitor |
ZMonitor.remove(ZMonitor.Event... events)
Removes event types from monitor.
|