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