Uses of Class
io.vertx.mutiny.core.TimeoutStream
- 
Packages that use TimeoutStream Package Description io.vertx.mutiny.core  - 
- 
Uses of TimeoutStream in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type TimeoutStream Modifier and Type Field Description static TypeArg<TimeoutStream>TimeoutStream. __TYPE_ARGMethods in io.vertx.mutiny.core that return TimeoutStream Modifier and Type Method Description TimeoutStreamTimeoutStream. endHandler(Runnable endHandler)TimeoutStreamTimeoutStream. exceptionHandler(Consumer<Throwable> handler)TimeoutStreamTimeoutStream. fetch(long amount)TimeoutStreamTimeoutStream. handler(Consumer<Long> handler)static TimeoutStreamTimeoutStream. newInstance(io.vertx.core.TimeoutStream arg)TimeoutStreamTimeoutStream. pause()TimeoutStreamVertx. periodicStream(long delay)TimeoutStreamTimeoutStream. resume()TimeoutStreamVertx. timerStream(long delay) 
 -