Package | Description |
---|---|
io.vertx.core | |
io.vertx.reactivex.core | |
io.vertx.rxjava.core | |
io.vertx.rxjava3.core |
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
TimeoutStream |
TimeoutStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TimeoutStream |
TimeoutStream.newInstance(TimeoutStream arg) |
Constructor and Description |
---|
TimeoutStream(TimeoutStream delegate) |
Modifier and Type | Method and Description |
---|---|
TimeoutStream |
TimeoutStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TimeoutStream |
TimeoutStream.newInstance(TimeoutStream arg) |
Constructor and Description |
---|
TimeoutStream(TimeoutStream delegate) |
Modifier and Type | Method and Description |
---|---|
TimeoutStream |
TimeoutStream.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static TimeoutStream |
TimeoutStream.newInstance(TimeoutStream arg) |
Constructor and Description |
---|
TimeoutStream(TimeoutStream delegate) |
Copyright © 2022 Eclipse. All rights reserved.