Uses of Class
io.vertx.rxjava3.core.Timer
Packages that use Timer
-
Uses of Timer in io.vertx.rxjava3.core
Fields in io.vertx.rxjava3.core with type parameters of type TimerMethods in io.vertx.rxjava3.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.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client that return Timer -
Uses of Timer in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return Timer