Uses of Interface
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, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.runtime.LaunchMode launchMode, io.quarkus.runtime.ShutdownContext shutdown, List<Consumer<io.vertx.core.VertxOptions>> customizers, ExecutorService executorProxy)static io.vertx.core.VertxVertxCoreRecorder. initialize(VertxConfiguration conf, VertxCoreRecorder.VertxOptionsCustomizer customizer, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.runtime.ShutdownContext shutdown, io.quarkus.runtime.LaunchMode launchMode)static Supplier<io.vertx.core.Vertx>VertxCoreRecorder. recoverFailedStart(VertxConfiguration config, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig)Constructors in io.quarkus.vertx.core.runtime with parameters of type VertxConfiguration Constructor Description QuarkusExecutorFactory(VertxConfiguration conf, io.quarkus.runtime.LaunchMode launchMode)VertxSupplier(io.quarkus.runtime.LaunchMode launchMode, VertxConfiguration config, List<Consumer<io.vertx.core.VertxOptions>> customizers, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.runtime.ShutdownContext shutdown)
-