Uses of Class
io.vertx.mutiny.core.Vertx
Packages that use Vertx
-
Uses of Vertx in io.smallrye.mutiny.vertx.core
Fields in io.smallrye.mutiny.vertx.core declared as VertxMethods in io.smallrye.mutiny.vertx.core with parameters of type VertxModifier and TypeMethodDescriptionContextAwareScheduler.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).ContextAwareScheduler.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 VertxModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<Vertx> Vertx.__TYPE_ARGMethods in io.vertx.mutiny.core that return VertxModifier and TypeMethodDescriptionVertxBuilder.build()VertxBuilder.buildClusteredAndAwait()Blocking variant ofVertxBuilder.buildClustered().static VertxVertx.clusteredVertxAndAwait(io.vertx.core.VertxOptions options) Blocking variant ofclusteredVertx(VertxOptions).Vertx.exceptionHandler(Consumer<Throwable> handler) static VertxVertx.newInstance(io.vertx.core.Vertx arg) Context.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 VertxModifier and TypeMethodDescriptionio.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.