Uses of Class
io.vertx.reactivex.core.Timer
Packages that use Timer
Package
Description
-
Uses of Timer in io.vertx.reactivex.core
Fields in io.vertx.reactivex.core with type parameters of type TimerMethods in io.vertx.reactivex.core that return TimerModifier and TypeMethodDescriptionstatic TimerTimer.newInstance(Timer arg) Vertx.timer(long delay) LikeVertx.timer(long)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. -
Uses of Timer in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client that return Timer -
Uses of Timer in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return Timer