Uses of Class
io.vertx.mutiny.core.Promise
Packages that use Promise
Package
Description
-
Uses of Promise in io.vertx.mutiny.circuitbreaker
Methods in io.vertx.mutiny.circuitbreaker with parameters of type PromiseModifier and TypeMethodDescription<T> CircuitBreakerCircuitBreaker.executeAndReport(Promise<T> resultPromise, io.smallrye.mutiny.Uni<T> command) Same as#executeAndReportWithFallback(Promise, Handler, Function)but using the circuit breaker default fallback.<T> CircuitBreakerCircuitBreaker.executeAndReportWithFallback(Promise<T> resultPromise, io.smallrye.mutiny.Uni<T> command, Function<Throwable, T> fallback) Executes the given operation with the circuit breaker control. -
Uses of Promise in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type PromiseMethods in io.vertx.mutiny.core that return PromiseModifier and TypeMethodDescriptionPromise.futureAndForget()Unlike the bare Vert.x variant, this method ignores thePromiseresult or any failure.static <T> Promise<T>Promise.newInstance(io.vertx.core.Promise<T> delegate) Creates a new instance of thePromise.static <T> Promise<T>Promise.newInstance(io.vertx.core.Promise<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of thePromise.static <T> Promise<T>Promise.promise()Create a promise that hasn't completed yet -
Uses of Promise in io.vertx.mutiny.ext.web.handler.graphql.ws
Subclasses of Promise in io.vertx.mutiny.ext.web.handler.graphql.wsModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.