Package | Description |
---|---|
io.vertx.rxjava3.core |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Timer> |
Timer.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Timer |
Timer.newInstance(Timer arg) |
Timer |
Vertx.timer(long delay)
Like
Vertx.timer(long) with a unit in millis. |
Timer |
Vertx.timer(long delay,
TimeUnit unit)
Create a timer task configured with the specified
delay , when the timeout fires the timer future
is succeeded, when the timeout is cancelled the timer future is failed with a CancellationException
instance. |
Copyright © 2024 Eclipse. All rights reserved.