Package | Description |
---|---|
org.zeromq |
Provides high-level bindings for ØMQ.
|
Modifier and Type | Method and Description |
---|---|
ZMonitor.ZEvent |
ZMonitor.nextEvent()
Gets the next event, blocking for it until available.
|
ZMonitor.ZEvent |
ZMonitor.nextEvent(boolean wait)
Gets the next event, blocking for it until available if requested.
|
ZMonitor.ZEvent |
ZMonitor.nextEvent(int timeout)
Gets the next event, blocking for it until available if requested.
|