Uses of Class
io.vertx.rxjava3.core.Promise
Packages that use Promise
Package
Description
-
Uses of Promise in io.vertx.rxjava3.circuitbreaker
Methods in io.vertx.rxjava3.circuitbreaker with parameters of type PromiseModifier and TypeMethodDescription<T> CircuitBreakerCircuitBreaker.executeAndReport(Promise<T> resultPromise, Handler<Promise<T>> command) Same asCircuitBreaker.executeAndReportWithFallback(Promise, Handler, Function)but using the circuit breaker .<T> CircuitBreakerCircuitBreaker.executeAndReportWithFallback(Promise<T> resultPromise, Handler<Promise<T>> command, Function<Throwable, T> fallback) Executes the given operation with the circuit breaker control.Method parameters in io.vertx.rxjava3.circuitbreaker with type arguments of type PromiseModifier and TypeMethodDescription<T> Single<T> Same asCircuitBreaker.executeWithFallback(Handler, Function)but using the circuit breaker .<T> CircuitBreakerCircuitBreaker.executeAndReport(Promise<T> resultPromise, Handler<Promise<T>> command) Same asCircuitBreaker.executeAndReportWithFallback(Promise, Handler, Function)but using the circuit breaker .<T> CircuitBreakerCircuitBreaker.executeAndReportWithFallback(Promise<T> resultPromise, Handler<Promise<T>> command, Function<Throwable, T> fallback) Executes the given operation with the circuit breaker control.<T> Single<T> CircuitBreaker.executeWithFallback(Handler<Promise<T>> command, Function<Throwable, T> fallback) Executes the given operation with the circuit breaker control.<T> Single<T> Same asCircuitBreaker.executeWithFallback(Handler, Function)but using the circuit breaker .<T> Single<T> CircuitBreaker.rxExecuteWithFallback(Handler<Promise<T>> command, Function<Throwable, T> fallback) Executes the given operation with the circuit breaker control. -
Uses of Promise in io.vertx.rxjava3.core
Fields in io.vertx.rxjava3.core with type parameters of type PromiseModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<Promise> Promise.__TYPE_ARGMethods in io.vertx.rxjava3.core that return PromiseModifier and TypeMethodDescriptionstatic <T> Promise<T> Promise.newInstance(Promise arg) static <T> Promise<T> Promise.newInstance(Promise arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) static <T> Promise<T> Promise.promise()Create a promise that hasn't completed yet -
Uses of Promise in io.vertx.rxjava3.eventbus.bridge.grpc
Subclasses of Promise in io.vertx.rxjava3.eventbus.bridge.grpcModifier and TypeClassDescriptionclassRepresents an event that occurs on the gRPC event bus bridge. -
Uses of Promise in io.vertx.rxjava3.ext.bridge
Subclasses of Promise in io.vertx.rxjava3.ext.bridgeModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge. -
Uses of Promise in io.vertx.rxjava3.ext.eventbus.bridge.tcp
Subclasses of Promise in io.vertx.rxjava3.ext.eventbus.bridge.tcpModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge. -
Uses of Promise in io.vertx.rxjava3.ext.healthchecks
Method parameters in io.vertx.rxjava3.ext.healthchecks with type arguments of type Promise -
Uses of Promise in io.vertx.rxjava3.ext.unit
Methods in io.vertx.rxjava3.ext.unit with parameters of type PromiseModifier and TypeMethodDescriptionvoidCompletes the future upon completion, otherwise fails it.voidCompletes the future upon completion, otherwise fails it.voidCompletes the future upon completion, otherwise fails it. -
Uses of Promise in io.vertx.rxjava3.ext.web.handler.graphql.ws
Subclasses of Promise in io.vertx.rxjava3.ext.web.handler.graphql.ws -
Uses of Promise in io.vertx.rxjava3.ext.web.handler.sockjs
Subclasses of Promise in io.vertx.rxjava3.ext.web.handler.sockjsModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge. -
Uses of Promise in io.vertx.rxjava3.ext.web.healthchecks
Method parameters in io.vertx.rxjava3.ext.web.healthchecks with type arguments of type PromiseModifier and TypeMethodDescriptionRegisters a health check procedure.Registers a health check procedure. -
Uses of Promise in io.vertx.rxjava3.servicediscovery.spi
Methods in io.vertx.rxjava3.servicediscovery.spi with parameters of type PromiseModifier and TypeMethodDescriptionvoidServiceExporter.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.