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. vertxMethods in io.smallrye.mutiny.vertx.core with parameters of type Vertx Modifier and Type Method Description ScheduledExecutorServiceContextAwareScheduler.ContextCaptureStrategy. withGetOrCreateContext(Vertx vertx)Actions will be run on a context that is captured by callinggetOrCreateContext()when a scheduling method is being called likeScheduledExecutorService.schedule(Runnable, long, TimeUnit).ScheduledExecutorServiceContextAwareScheduler.ContextCaptureStrategy. withGetOrCreateContextOnCurrentThread(Vertx vertx)Actions will be run on a context that is captured by callinggetOrCreateContext()on the thread that is calling this method. -
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 io.smallrye.mutiny.vertx.TypeArg<Vertx>Vertx. __TYPE_ARGMethods in io.vertx.mutiny.core that return Vertx Modifier and Type Method Description VertxVertxBuilder. build()VertxVertxBuilder. buildClusteredAndAwait()Blocking variant ofVertxBuilder.buildClustered().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 io.smallrye.mutiny.Uni<Vertx>VertxBuilder. buildClustered()Creates a clustered instance.static io.smallrye.mutiny.Uni<Vertx>Vertx. clusteredVertx(io.vertx.core.VertxOptions options)Creates a clustered instance using the specified options.
-