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> 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 Promise Modifier and Type Field Description static TypeArg<Promise>
Promise. __TYPE_ARG
Methods 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 class
BaseBridgeEvent
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.tcp Modifier and Type Class Description class
BridgeEvent
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.graphql Modifier and Type Class Description class
ApolloWSConnectionInitEvent
-
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 class
BridgeEvent
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 Promise Modifier and Type Method Description void
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)
-