| Package | Description |
|---|---|
| io.vertx.axle.core |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<TimeoutStream> |
TimeoutStream.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
TimeoutStream |
TimeoutStream.endHandler(Consumer<Void> endHandler) |
TimeoutStream |
TimeoutStream.exceptionHandler(Consumer<Throwable> handler) |
TimeoutStream |
TimeoutStream.fetch(long amount) |
TimeoutStream |
TimeoutStream.handler(Consumer<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 © 2019 SmallRye. All rights reserved.