open class AbstractVerticle : AbstractVerticle |
|
open class CompositeFuture : Future<CompositeFuture>
The composite future wraps a list of io.vertx.rxjava.core.Future, it is useful when several futures needs to be coordinated. The handlers set for the coordinated futures are overridden by the handler of the composite future. NOTE: This class has been automatically generated from the io.vertx.core.CompositeFuture non RX-ified interface using Vert.x codegen. |
|
open class Future<T : Any>
Represents the result of an action that may, or may not, have occurred yet. NOTE: This class has been automatically generated from the io.vertx.core.Future non RX-ified interface using Vert.x codegen. |
|
open class RxHelper
A set of helpers for RxJava and Vert.x. |
|
open class TimeoutStream : ReadStream<Long>
A timeout stream is triggered by a timer, the io.vertx.rxjava.core.Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream. The will be called after the timer handler has been called. Pausing the timer inhibits the timer shots until the stream is resumed. Setting a null handler callback cancels the timer. NOTE: This class has been automatically generated from the io.vertx.core.TimeoutStream non RX-ified interface using Vert.x codegen. |