Uses of Interface
io.vertx.core.Timer
-
Packages that use Timer Package Description io.vertx.core -
-
Uses of Timer in io.vertx.core
Methods in io.vertx.core that return Timer Modifier and Type Method Description default TimerVertx. timer(long delay)LikeVertx.timer(long, TimeUnit)with a unit in millis.default TimerVertx. timer(long delay, TimeUnit unit)Create a timer task configured with the specifieddelay, when the timeout fires the timer future is succeeded, when the timeout is cancelled the timer future is failed with aCancellationExceptioninstance.
-