Uses of Class
io.vertx.reactivex.core.Promise
-
-
Uses of Promise in io.vertx.reactivex.circuitbreaker
Methods in io.vertx.reactivex.circuitbreaker with parameters of type Promise Modifier and Type Method Description <T> CircuitBreakerCircuitBreaker. executeAndReport(Promise<T> resultPromise, Handler<Promise<T>> command)Same asCircuitBreaker.executeAndReportWithFallback(io.vertx.reactivex.core.Promise<T>, io.vertx.core.Handler<io.vertx.reactivex.core.Promise<T>>, java.util.function.Function<java.lang.Throwable, T>)but using the circuit breaker default fallback.<T> CircuitBreakerCircuitBreaker. executeAndReportWithFallback(Promise<T> resultPromise, Handler<Promise<T>> command, Function<Throwable,T> fallback)Executes the given operation with the circuit breaker control. -
Uses of Promise in io.vertx.reactivex.core
Fields in io.vertx.reactivex.core with type parameters of type Promise Modifier and Type Field Description static TypeArg<Promise>Promise. __TYPE_ARGMethods in io.vertx.reactivex.core that return Promise Modifier and Type Method Description static <T> Promise<T>Promise. newInstance(Promise arg)static <T> Promise<T>Promise. newInstance(Promise arg, TypeArg<T> __typeArg_T)static <T> Promise<T>Promise. promise()Create a promise that hasn't completed yetMethod parameters in io.vertx.reactivex.core with type arguments of type Promise Modifier and Type Method Description <T> voidContext. executeBlocking(Handler<Promise<T>> blockingCodeHandler)<T> voidContext. executeBlocking(Handler<Promise<T>> blockingCodeHandler, boolean ordered)Safely execute some blocking code.<T> voidContext. executeBlocking(Handler<Promise<T>> blockingCodeHandler, boolean ordered, Handler<AsyncResult<T>> resultHandler)Safely execute some blocking code.<T> voidContext. executeBlocking(Handler<Promise<T>> blockingCodeHandler, Handler<AsyncResult<T>> resultHandler)<T> voidVertx. executeBlocking(Handler<Promise<T>> blockingCodeHandler)<T> voidVertx. executeBlocking(Handler<Promise<T>> blockingCodeHandler, boolean ordered)Safely execute some blocking code.<T> voidVertx. executeBlocking(Handler<Promise<T>> blockingCodeHandler, boolean ordered, Handler<AsyncResult<T>> resultHandler)Safely execute some blocking code.<T> voidVertx. executeBlocking(Handler<Promise<T>> blockingCodeHandler, Handler<AsyncResult<T>> resultHandler)<T> voidWorkerExecutor. executeBlocking(Handler<Promise<T>> blockingCodeHandler)<T> voidWorkerExecutor. executeBlocking(Handler<Promise<T>> blockingCodeHandler, boolean ordered)Safely execute some blocking code.<T> voidWorkerExecutor. executeBlocking(Handler<Promise<T>> blockingCodeHandler, boolean ordered, Handler<AsyncResult<T>> resultHandler)Safely execute some blocking code.<T> voidWorkerExecutor. executeBlocking(Handler<Promise<T>> blockingCodeHandler, Handler<AsyncResult<T>> resultHandler)<T> io.reactivex.Maybe<T>Context. rxExecuteBlocking(Handler<Promise<T>> blockingCodeHandler)<T> io.reactivex.Maybe<T>Context. rxExecuteBlocking(Handler<Promise<T>> blockingCodeHandler, boolean ordered)Safely execute some blocking code.<T> io.reactivex.Maybe<T>Vertx. rxExecuteBlocking(Handler<Promise<T>> blockingCodeHandler)<T> io.reactivex.Maybe<T>Vertx. rxExecuteBlocking(Handler<Promise<T>> blockingCodeHandler, boolean ordered)Safely execute some blocking code.<T> io.reactivex.Maybe<T>WorkerExecutor. rxExecuteBlocking(Handler<Promise<T>> blockingCodeHandler)<T> io.reactivex.Maybe<T>WorkerExecutor. rxExecuteBlocking(Handler<Promise<T>> blockingCodeHandler, boolean ordered)Safely execute some blocking code. -
Uses of Promise in io.vertx.reactivex.ext.bridge
Subclasses of Promise in io.vertx.reactivex.ext.bridge Modifier and Type Class Description classBaseBridgeEventRepresents an event that occurs on the event bus bridge. -
Uses of Promise in io.vertx.reactivex.ext.eventbus.bridge.tcp
Subclasses of Promise in io.vertx.reactivex.ext.eventbus.bridge.tcp Modifier and Type Class Description classBridgeEventRepresents an event that occurs on the event bus bridge. -
Uses of Promise in io.vertx.reactivex.ext.healthchecks
Method parameters in io.vertx.reactivex.ext.healthchecks with type arguments of type Promise Modifier and Type Method Description HealthCheckHandlerHealthCheckHandler. register(String name, long timeout, Handler<Promise<Status>> procedure)Registers a health check procedure.HealthCheckHandlerHealthCheckHandler. register(String name, Handler<Promise<Status>> procedure)Registers a health check procedure.HealthChecksHealthChecks. register(String name, long timeout, Handler<Promise<Status>> procedure)Registers a health check procedure.HealthChecksHealthChecks. register(String name, Handler<Promise<Status>> procedure)Registers a health check procedure. -
Uses of Promise in io.vertx.reactivex.ext.unit
Methods in io.vertx.reactivex.ext.unit with parameters of type Promise Modifier and Type Method Description voidAsync. resolve(Promise<Void> future)Completes the future upon completion, otherwise fails it.voidCompletion. resolve(Promise<T> future)Completes the future upon completion, otherwise fails it.voidTestCompletion. resolve(Promise<Void> future)Completes the future upon completion, otherwise fails it. -
Uses of Promise in io.vertx.reactivex.ext.web.handler.graphql
Subclasses of Promise in io.vertx.reactivex.ext.web.handler.graphql Modifier and Type Class Description classApolloWSConnectionInitEventNOTE: This class has been automatically generated from theoriginalnon RX-ified interface using Vert.x codegen. -
Uses of Promise in io.vertx.reactivex.ext.web.handler.graphql.ws
Subclasses of Promise in io.vertx.reactivex.ext.web.handler.graphql.ws Modifier and Type Class Description classConnectionInitEvent -
Uses of Promise in io.vertx.reactivex.ext.web.handler.sockjs
Subclasses of Promise in io.vertx.reactivex.ext.web.handler.sockjs Modifier and Type Class Description classBridgeEventRepresents an event that occurs on the event bus bridge. -
Uses of Promise in io.vertx.reactivex.servicediscovery.spi
Methods in io.vertx.reactivex.servicediscovery.spi with parameters of type Promise Modifier and Type Method Description voidServiceExporter. init(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future)Starts the exporter.voidServiceImporter. start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future)Starts the importer.
-