Uses of Class
io.vertx.mutiny.core.TimeoutStream
Packages that use TimeoutStream
- 
Uses of TimeoutStream in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type TimeoutStreamModifier and TypeFieldDescriptionstatic final TypeArg<TimeoutStream>TimeoutStream.__TYPE_ARGDeprecated.Methods in io.vertx.mutiny.core that return TimeoutStreamModifier and TypeMethodDescriptionTimeoutStream.endHandler(Runnable endHandler) Deprecated.TimeoutStream.exceptionHandler(Consumer<Throwable> handler) Deprecated.TimeoutStream.fetch(long amount) Deprecated.Deprecated.static TimeoutStreamTimeoutStream.newInstance(io.vertx.core.TimeoutStream arg) Deprecated.TimeoutStream.pause()Deprecated.Vertx.periodicStream(long delay) Deprecated.Vertx.periodicStream(long initialDelay, long delay) Deprecated.TimeoutStream.resume()Deprecated.Vertx.timerStream(long delay) Deprecated. 
Vertx.setPeriodic(long, java.util.function.Consumer<java.lang.Long>)instead.