Uses of Class
io.vertx.reactivex.core.TimeoutStream
-
Packages that use TimeoutStream Package Description io.vertx.reactivex.core -
-
Uses of TimeoutStream in io.vertx.reactivex.core
Fields in io.vertx.reactivex.core with type parameters of type TimeoutStream Modifier and Type Field Description static TypeArg<TimeoutStream>TimeoutStream. __TYPE_ARGMethods in io.vertx.reactivex.core that return TimeoutStream Modifier and Type Method Description TimeoutStreamTimeoutStream. endHandler(io.vertx.core.Handler<Void> endHandler)TimeoutStreamTimeoutStream. exceptionHandler(io.vertx.core.Handler<Throwable> handler)TimeoutStreamTimeoutStream. fetch(long amount)TimeoutStreamTimeoutStream. handler(io.vertx.core.Handler<Long> handler)static TimeoutStreamTimeoutStream. newInstance(io.vertx.core.TimeoutStream arg)TimeoutStreamTimeoutStream. pause()TimeoutStreamVertx. periodicStream(long delay)Returns a periodic timer as a read stream.TimeoutStreamVertx. periodicStream(long initialDelay, long delay)Returns a periodic timer as a read stream.TimeoutStreamTimeoutStream. resume()TimeoutStreamVertx. timerStream(long delay)Returns a one-shot timer as a read stream.
-