Uses of Interface
io.vertx.core.Timer
Packages that use Timer
Package
Description
-
Uses of Timer in io.vertx.core
Methods in io.vertx.core that return TimerModifier and TypeMethodDescriptiondefault TimerVertx.timer(long delay) LikeVertx.timer(long, TimeUnit)with a unit in millis.default TimerCreate 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.grpc.client
Methods in io.vertx.grpc.client that return Timer -
Uses of Timer in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return Timer -
Uses of Timer in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return TimerMethods in io.vertx.reactivex.core with parameters of type TimerConstructors in io.vertx.reactivex.core with parameters of type Timer -
Uses of Timer in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return TimerMethods in io.vertx.rxjava3.core with parameters of type TimerConstructors in io.vertx.rxjava3.core with parameters of type Timer