Package | Description |
---|---|
io.vertx.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. |
Copyright © 2024 Eclipse. All rights reserved.