Package | Description |
---|---|
io.vertx.rxjava.core |
Modifier and Type | Field and Description |
---|---|
static TypeArg<TimeoutStream> |
TimeoutStream.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
TimeoutStream |
TimeoutStream.endHandler(io.vertx.core.Handler<Void> endHandler) |
TimeoutStream |
TimeoutStream.exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
TimeoutStream |
TimeoutStream.fetch(long amount) |
TimeoutStream |
TimeoutStream.handler(io.vertx.core.Handler<Long> handler) |
static TimeoutStream |
TimeoutStream.newInstance(io.vertx.core.TimeoutStream arg) |
TimeoutStream |
TimeoutStream.pause() |
TimeoutStream |
Vertx.periodicStream(long delay)
Returns a periodic timer as a read stream.
|
TimeoutStream |
TimeoutStream.resume() |
TimeoutStream |
Vertx.timerStream(long delay)
Returns a one-shot timer as a read stream.
|
Copyright © 2021 Eclipse. All rights reserved.