| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| Modifier and Type | Field and Description |
|---|---|
ZMonitor.Event |
ZMonitor.ZEvent.type
The type of the event.
|
| Modifier and Type | Method and Description |
|---|---|
static ZMonitor.Event |
ZMonitor.Event.valueOf(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.
|
Copyright © 2020. All rights reserved.