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.core
Fields 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_ARG
Methods in io.vertx.reactivex.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. -
Uses of Timer in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client that return Timer Modifier and Type Method Description Timer
GrpcClientRequest. deadline()
-
Uses of Timer in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return Timer Modifier and Type Method Description Timer
GrpcServerRequest. deadline()
-