| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| zmq |
Provides low-level bindings for ØMQ.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ZEvent.ZEventConsummer.consume(ZMQ.Event event) |
| Constructor and Description |
|---|
ZEvent(ZMQ.Event event,
java.util.function.Function<java.lang.Object,java.nio.channels.SelectableChannel> getResolveChannel) |
| Modifier and Type | Method and Description |
|---|---|
static ZMQ.Event |
ZMQ.Event.read(SocketBase s) |
static ZMQ.Event |
ZMQ.Event.read(SocketBase s,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketBase.SocketEventHandler.consume(ZMQ.Event ev) |
void |
ZMQ.EventConsummer.consume(ZMQ.Event ev) |
protected void |
SocketBase.monitorEvent(ZMQ.Event event) |