Uses of Class
io.vertx.reactivex.core.Timer
-
Packages that use Timer Package Description io.vertx.reactivex.core -
-
Uses of Timer in io.vertx.reactivex.core
Fields in io.vertx.reactivex.core with type parameters of type Timer Modifier and Type Field Description static TypeArg<Timer>Timer. __TYPE_ARGMethods in io.vertx.reactivex.core that return Timer Modifier and Type Method Description static TimerTimer. newInstance(Timer arg)TimerVertx. timer(long delay)LikeVertx.timer(long)with a unit in millis.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.
-