Package | Description |
---|---|
io.vertx.rxjava.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)
Deprecated.
|
TimeoutStream |
TimeoutStream.exceptionHandler(Handler<Throwable> handler)
Deprecated.
|
TimeoutStream |
TimeoutStream.fetch(long amount)
Deprecated.
|
TimeoutStream |
TimeoutStream.handler(Handler<Long> handler)
Deprecated.
|
static TimeoutStream |
TimeoutStream.newInstance(TimeoutStream arg) |
TimeoutStream |
TimeoutStream.pause()
Deprecated.
|
TimeoutStream |
Vertx.periodicStream(long delay)
Deprecated.
|
TimeoutStream |
Vertx.periodicStream(long initialDelay,
long delay)
Deprecated.
|
TimeoutStream |
TimeoutStream.resume()
Deprecated.
|
TimeoutStream |
Vertx.timerStream(long delay)
Deprecated.
|
Copyright © 2024 Eclipse. All rights reserved.