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)Deprecated.TimeoutStreamTimeoutStream. exceptionHandler(Consumer<Throwable> handler)Deprecated.TimeoutStreamTimeoutStream. fetch(long amount)Deprecated.TimeoutStreamTimeoutStream. handler(Consumer<Long> handler)Deprecated.static TimeoutStreamTimeoutStream. newInstance(io.vertx.core.TimeoutStream arg)TimeoutStreamTimeoutStream. pause()Deprecated.TimeoutStreamVertx. periodicStream(long delay)Deprecated.TimeoutStreamVertx. periodicStream(long initialDelay, long delay)Deprecated.TimeoutStreamTimeoutStream. resume()Deprecated.TimeoutStreamVertx. timerStream(long delay)Deprecated. 
 -