Package | Description |
---|---|
io.vertx.core | |
io.vertx.reactivex.core | |
io.vertx.rxjava.core | |
io.vertx.rxjava3.core |
Modifier and Type | Method and Description |
---|---|
default Timer |
Vertx.timer(long delay)
Like
Vertx.timer(long, TimeUnit) 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. |
Modifier and Type | Method and Description |
---|---|
Timer |
Timer.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Timer |
Timer.newInstance(Timer arg) |
Constructor and Description |
---|
Timer(Timer delegate) |
Modifier and Type | Method and Description |
---|---|
Timer |
Timer.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Timer |
Timer.newInstance(Timer arg) |
Constructor and Description |
---|
Timer(Timer delegate) |
Modifier and Type | Method and Description |
---|---|
Timer |
Timer.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Timer |
Timer.newInstance(Timer arg) |
Constructor and Description |
---|
Timer(Timer delegate) |
Copyright © 2024 Eclipse. All rights reserved.