| Package | Description |
|---|---|
| org.zeromq |
Provides high-level bindings for ØMQ.
|
| org.zeromq.timer |
Provides timing utility classes for ØMQ.
|
| zmq.util |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ZTimer.Handler
Deprecated.
use
TimerHandler instead |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimerHandler
Called when the time has come to perform some action.
|
| Modifier and Type | Method and Description |
|---|---|
Timers.Timer |
Timers.add(long interval,
Timers.Handler handler,
Object... args)
Add timer to the set, timer repeats forever, or until cancel is called.
|
Copyright © 2020. All rights reserved.