Uses of Class
io.vertx.mutiny.core.Vertx
-
Packages that use Vertx Package Description io.smallrye.mutiny.vertx.core io.vertx.mutiny.core -
-
Uses of Vertx in io.smallrye.mutiny.vertx.core
Fields in io.smallrye.mutiny.vertx.core declared as Vertx Modifier and Type Field Description protected VertxAbstractVerticle. vertx -
Uses of Vertx in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type Vertx Modifier and Type Field Description static TypeArg<Vertx>Vertx. __TYPE_ARGMethods in io.vertx.mutiny.core that return Vertx Modifier and Type Method Description static VertxVertx. clusteredVertxAndAwait(io.vertx.core.VertxOptions options)Blocking variant ofclusteredVertx(VertxOptions).VertxVertx. exceptionHandler(Consumer<Throwable> handler)static VertxVertx. newInstance(io.vertx.core.Vertx arg)VertxContext. owner()static VertxVertx. vertx()static VertxVertx. vertx(io.vertx.core.VertxOptions options)Methods in io.vertx.mutiny.core that return types with arguments of type Vertx Modifier and Type Method Description static io.smallrye.mutiny.Uni<Vertx>Vertx. clusteredVertx(io.vertx.core.VertxOptions options)Creates a clustered instance using the specified options.
-