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> CircuitBreaker
CircuitBreaker.executeAndReport
(Promise<T> resultPromise, io.smallrye.mutiny.Uni<T> command) <T> CircuitBreaker
CircuitBreaker.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 TypeClassDescriptionclass
Represents 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 TypeClassDescriptionclass
Represents 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.graphqlModifier and TypeClassDescriptionclass
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen. -
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 TypeClassDescriptionclass
Represents 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 TypeMethodDescriptionvoid
ServiceExporter.init
(Vertx vertx, ServicePublisher publisher, io.vertx.core.json.JsonObject configuration, Promise<Void> future) void
ServiceImporter.start
(Vertx vertx, ServicePublisher publisher, io.vertx.core.json.JsonObject configuration, Promise<Void> future)