Vertx object, actions can be blocking, they are not executed
on Vertx event loop.Vertx object, actions can be blocking, they are not executed
on Vertx event loop.WorkerExecutor object, actions are executed on the threads of this executor.Observable that was subscribed to terminates with an error.Flowable that was subscribed to terminates with an error.WriteStream ends successfully.WriteStream ends successfully.WriteStream ends with an error.WriteStream ends with an error.WriteStream fails.WriteStream fails.Vertx object, actions are executed on the event loop.Context, actions are executed on the event loop of this context.Completable that, when subscribed, uses the provided handler to adapt a callback-based asynchronous method.FlowableHelper.toFlowable(ReadStream) but with a mapping functionReadStream to an RxJava Flowable.ReadStream to an RxJava Flowable.Maybe<T> to a Vert.x Future.MaybeHelper.toFuture(Maybe) but with an adapter of the result.Single<T> to a Vert.x Future.SingleHelper.toFuture(Single) but with an adapter of the result.Maybe that, when subscribed, uses the provided handler to adapt a callback-based asynchronous method.ObservableHelper.toObservable(ReadStream) but with a mapping functionHandler<AsyncResult<T>> to an RxJava2 SingleObserver.Handler<AsyncResult<T>> to an RxJava2 MaybeObserver.WriteStream to an RxJava Observer.RxHelper.toObserver(WriteStream), except the provided mapping function is applied to each Observable item.Handler<AsyncResult<T>> to an RxJava2 SingleObserver.Flowable to a Vert.x ReadStream<T>.Observable to a Vert.x ReadStream<T>.Single that, when subscribed, uses the provided handler to adapt a callback-based asynchronous method.WriteStream to an RxJava Subscriber.RxHelper.toSubscriber(WriteStream), except the provided mapping function is applied to each Flowable item.WriteStream to Observer adapter.WriteStream to Subscriber adapter.Copyright © 2023 Eclipse. All rights reserved.