Uses of Class
io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
Packages that use VertxConfiguration Package Description io.quarkus.vertx.core.runtime -
-
Uses of VertxConfiguration in io.quarkus.vertx.core.runtime
Fields in io.quarkus.vertx.core.runtime declared as VertxConfiguration Modifier and Type Field Description (package private) VertxConfigurationVertxCoreRecorder.VertxSupplier. configMethods in io.quarkus.vertx.core.runtime with parameters of type VertxConfiguration Modifier and Type Method Description Supplier<Integer>VertxCoreRecorder. calculateEventLoopThreads(VertxConfiguration conf)Supplier<io.vertx.core.Vertx>VertxCoreRecorder. configureVertx(VertxConfiguration config, LaunchMode launchMode, ShutdownContext shutdown, List<Consumer<io.vertx.core.VertxOptions>> customizers)static io.vertx.core.VertxVertxCoreRecorder. initialize(VertxConfiguration conf, VertxCoreRecorder.VertxOptionsCustomizer customizer, ShutdownContext shutdown)static Supplier<io.vertx.core.Vertx>VertxCoreRecorder. recoverFailedStart(VertxConfiguration config)Constructors in io.quarkus.vertx.core.runtime with parameters of type VertxConfiguration Constructor Description VertxSupplier(VertxConfiguration config, List<Consumer<io.vertx.core.VertxOptions>> customizers, ShutdownContext shutdown)
-