Uses of Class
io.vertx.mutiny.core.Timer
Packages that use Timer
-
Uses of Timer in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type TimerMethods in io.vertx.mutiny.core that return TimerModifier and TypeMethodDescriptionstatic TimerTimer.newInstance(io.vertx.core.Timer delegate) Creates a new instance of theTimer.Vertx.timer(long delay) LikeVertx.timer(long, TimeUnit)with a unit in millis.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.