Package | Description |
---|---|
io.vertx.reactivex.core |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<TimeoutStream> |
TimeoutStream.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
TimeoutStream |
TimeoutStream.endHandler(Handler<Void> endHandler) |
TimeoutStream |
TimeoutStream.exceptionHandler(Handler<Throwable> handler) |
TimeoutStream |
TimeoutStream.fetch(long amount) |
TimeoutStream |
TimeoutStream.handler(Handler<Long> handler) |
static TimeoutStream |
TimeoutStream.newInstance(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 © 2023 Eclipse. All rights reserved.