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 TypeMethodDescriptionstatic 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) Constructor parameters in io.quarkus.vertx.core.runtime with type arguments of type VertxConfigurationModifierConstructorDescriptionVertxCoreRecorder(io.quarkus.runtime.RuntimeValue<VertxConfiguration> vertxConfig, io.quarkus.runtime.RuntimeValue<io.quarkus.runtime.ThreadPoolConfig> threadPoolConfig, io.quarkus.runtime.RuntimeValue<io.quarkus.runtime.shutdown.ShutdownConfig> shutdownConfig)