| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| zmq |
Provides low-level bindings for ØMQ.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ZEvent.ZEventConsummer
An interface used to consume events in monitor
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
SocketBase.SocketEventHandler
The old consumer that forward events through a socket
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicReference<ZMQ.EventConsummer> |
SocketBase.monitor |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SocketBase.setEventHook(ZMQ.EventConsummer consumer,
int events)
Register a custom event consumer.
|