Uses of Interface
io.quarkus.vertx.core.runtime.config.VertxConfiguration
Packages that use VertxConfiguration
-
Uses of VertxConfiguration in io.quarkus.vertx.core.runtime
Fields in io.quarkus.vertx.core.runtime declared as VertxConfigurationModifier and TypeFieldDescription(package private) final VertxConfigurationVertxCoreRecorder.VertxSupplier.configMethods in io.quarkus.vertx.core.runtime with parameters of type VertxConfigurationModifier and TypeMethodDescriptionVertxCoreRecorder.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 VertxConfigurationModifierConstructorDescriptionQuarkusExecutorFactory(VertxConfiguration conf, io.quarkus.runtime.LaunchMode launchMode) (package private)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)