Uses of Class
io.vertx.mutiny.core.Promise
- 
- 
Uses of Promise in io.vertx.mutiny.circuitbreaker
Methods in io.vertx.mutiny.circuitbreaker with parameters of type Promise Modifier and Type Method Description <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 Promise Modifier and Type Field Description static TypeArg<Promise>Promise. __TYPE_ARGMethods in io.vertx.mutiny.core that return Promise Modifier and Type Method Description static <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.bridge Modifier and Type Class Description classBaseBridgeEventRepresents 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.tcp Modifier and Type Class Description classBridgeEventRepresents 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 Modifier and Type Class Description classApolloWSConnectionInitEvent - 
Uses of Promise in io.vertx.mutiny.ext.web.handler.graphql.ws
Subclasses of Promise in io.vertx.mutiny.ext.web.handler.graphql.ws Modifier and Type Class Description classConnectionInitEvent - 
Uses of Promise in io.vertx.mutiny.ext.web.handler.sockjs
Subclasses of Promise in io.vertx.mutiny.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.mutiny.servicediscovery.spi
Methods in io.vertx.mutiny.servicediscovery.spi with parameters of type Promise Modifier and Type Method Description voidServiceExporter. 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) 
 -