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)
Deprecated.
|
TimeoutStream |
TimeoutStream.exceptionHandler(Handler<Throwable> handler)
Deprecated.
|
TimeoutStream |
TimeoutStream.fetch(long amount)
Deprecated.
|
TimeoutStream |
TimeoutStream.handler(Handler<Long> handler)
Deprecated.
|
TimeoutStream |
TimeoutStream.pause()
Deprecated.
|
default TimeoutStream |
Vertx.periodicStream(long delay)
Deprecated.
use
Vertx.setPeriodic(long, io.vertx.core.Handler<java.lang.Long>) instead. RxJava like integrations should use the Vert.x scheduler integration. |
TimeoutStream |
Vertx.periodicStream(long initialDelay,
long delay)
Deprecated.
use
Vertx.setPeriodic(long, io.vertx.core.Handler<java.lang.Long>) instead. RxJava like integrations should use the Vert.x scheduler integration. |
TimeoutStream |
TimeoutStream.resume()
Deprecated.
|
TimeoutStream |
Vertx.timerStream(long delay)
Deprecated.
use
Vertx.setTimer(long, io.vertx.core.Handler<java.lang.Long>) instead. RxJava like integrations should use the Vert.x scheduler integration. |
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 © 2024 Eclipse. All rights reserved.