| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Field and Description |
|---|---|
private ZMonitor.Event |
ZEvent.event |
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. |
ZMonitor.Event |
ZEvent.getEvent() |
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.
|
(package private) static java.lang.Object |
ZEvent.resolve(ZMonitor.Event event,
java.lang.Object value,
java.util.function.Function<java.lang.Object,java.nio.channels.SelectableChannel> getResolveChannel) |