Vertx object, actions can be blocking, they are not executed
on Vert.x event loop.Vertx object, actions can be blocking, they are not executed
on Ver.tx event loop.WorkerExecutor object, actions are executed on the threads of this
executor.Vertx object, actions are executed on the event loop.Context, actions are executed on the event loop of this
context.WriteStream fails.MultiHelper.toMulti(ReadStream) but with a mapping functionReadStream to an Mutiny Multi.Multi to a Vert.x io.vertx.core.streams.ReadStream.WriteStream to a Mutiny Subscriber.MutinyHelper.toSubscriber(WriteStream), except the provided mapping function is applied to each item.Handler<AsyncResult<T>> to an UniSubscriber.Uni that, when subscribed, uses the provided handler to adapt a callback-based
asynchronous method.WriteStream to Subscriber adapter.Copyright © 2019–2020 SmallRye. All rights reserved.