Uses of Class
io.vertx.reactivex.core.Timer
- 
Packages that use Timer Package Description io.vertx.reactivex.core io.vertx.reactivex.grpc.client io.vertx.reactivex.grpc.server 
- 
- 
Uses of Timer in io.vertx.reactivex.coreFields in io.vertx.reactivex.core with type parameters of type Timer Modifier and Type Field Description static io.vertx.lang.rx.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.
- 
Uses of Timer in io.vertx.reactivex.grpc.clientMethods in io.vertx.reactivex.grpc.client that return Timer Modifier and Type Method Description TimerGrpcClientRequest. deadline()
- 
Uses of Timer in io.vertx.reactivex.grpc.serverMethods in io.vertx.reactivex.grpc.server that return Timer Modifier and Type Method Description TimerGrpcServerRequest. deadline()
 
-