Uses of Interface
io.vertx.core.Timer
Packages that use Timer
-
Uses of Timer in io.vertx.core
Methods in io.vertx.core that return TimerModifier and TypeMethodDescriptiondefault TimerVertx.timer(long delay) LikeVertx.timer(long, TimeUnit)with a unit in millis.default TimerCreate 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.