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) <T> CircuitBreakerCircuitBreaker.executeAndReportWithFallback(Promise<T> resultPromise, io.smallrye.mutiny.Uni<T> command, Function<Throwable, T> fallback)  - 
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 TypeMethodDescriptionstatic <T> Promise<T>Promise.newInstance(io.vertx.core.Promise arg) static <T> Promise<T>Promise.newInstance(io.vertx.core.Promise arg, TypeArg<T> __typeArg_T) static <T> Promise<T>Promise.promise() - 
Uses of Promise in io.vertx.mutiny.ext.bridge
Subclasses of Promise in io.vertx.mutiny.ext.bridgeModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge. - 
Uses of Promise in io.vertx.mutiny.ext.eventbus.bridge.tcp
Subclasses of Promise in io.vertx.mutiny.ext.eventbus.bridge.tcpModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge. - 
Uses of Promise in io.vertx.mutiny.ext.web.handler.graphql
Subclasses of Promise in io.vertx.mutiny.ext.web.handler.graphql - 
Uses of Promise in io.vertx.mutiny.ext.web.handler.graphql.ws
Subclasses of Promise in io.vertx.mutiny.ext.web.handler.graphql.ws - 
Uses of Promise in io.vertx.mutiny.ext.web.handler.sockjs
Subclasses of Promise in io.vertx.mutiny.ext.web.handler.sockjsModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge. - 
Uses of Promise in io.vertx.mutiny.servicediscovery.spi
Methods in io.vertx.mutiny.servicediscovery.spi with parameters of type PromiseModifier and TypeMethodDescriptionvoidServiceExporter.init(Vertx vertx, ServicePublisher publisher, io.vertx.core.json.JsonObject configuration, Promise<Void> future) voidServiceImporter.start(Vertx vertx, ServicePublisher publisher, io.vertx.core.json.JsonObject configuration, Promise<Void> future)