Uses of Class
io.quarkus.runtime.RuntimeValue
Packages that use RuntimeValue
Package
Description
-
Uses of RuntimeValue in io.quarkus.runtime
Methods in io.quarkus.runtime that return RuntimeValueConstructors in io.quarkus.runtime with parameters of type RuntimeValueModifierConstructorDescriptionBannerRecorder(RuntimeValue<BannerRuntimeConfig> bannerRuntimeConfig) ExecutorRecorder(RuntimeValue<ThreadPoolConfig> threadPoolConfig) -
Uses of RuntimeValue in io.quarkus.runtime.init
Constructors in io.quarkus.runtime.init with parameters of type RuntimeValueModifierConstructorDescriptionInitializationTaskRecorder(RuntimeValue<InitRuntimeConfig> initRuntimeConfig) -
Uses of RuntimeValue in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging that return RuntimeValueMethods in io.quarkus.runtime.logging with parameters of type RuntimeValueModifier and TypeMethodDescriptionstatic voidLoggingSetupRecorder.handleFailedStart(RuntimeValue<Optional<Supplier<String>>> banner) LoggingSetupRecorder.initializeLogging(DiscoveredLogComponents discoveredLogComponents, Map<String, InheritableLevel> categoryDefaultMinLevels, boolean enableWebStream, RuntimeValue<Optional<Handler>> streamingDevUiConsoleHandler, List<RuntimeValue<Optional<Handler>>> additionalHandlers, List<RuntimeValue<Map<String, Handler>>> additionalNamedHandlers, List<RuntimeValue<Optional<Formatter>>> possibleConsoleFormatters, List<RuntimeValue<Optional<Formatter>>> possibleFileFormatters, List<RuntimeValue<Optional<Formatter>>> possibleSyslogFormatters, List<RuntimeValue<Optional<Formatter>>> possibleSocketFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode, boolean includeFilters) Method parameters in io.quarkus.runtime.logging with type arguments of type RuntimeValueModifier and TypeMethodDescriptionLoggingSetupRecorder.initializeLogging(DiscoveredLogComponents discoveredLogComponents, Map<String, InheritableLevel> categoryDefaultMinLevels, boolean enableWebStream, RuntimeValue<Optional<Handler>> streamingDevUiConsoleHandler, List<RuntimeValue<Optional<Handler>>> additionalHandlers, List<RuntimeValue<Map<String, Handler>>> additionalNamedHandlers, List<RuntimeValue<Optional<Formatter>>> possibleConsoleFormatters, List<RuntimeValue<Optional<Formatter>>> possibleFileFormatters, List<RuntimeValue<Optional<Formatter>>> possibleSyslogFormatters, List<RuntimeValue<Optional<Formatter>>> possibleSocketFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode, boolean includeFilters) Constructors in io.quarkus.runtime.logging with parameters of type RuntimeValueModifierConstructorDescriptionLoggingSetupRecorder(LogBuildTimeConfig logBuildTimeConfig, RuntimeValue<LogRuntimeConfig> logRuntimeConfig, RuntimeValue<ConsoleRuntimeConfig> consoleRuntimeConfig) -
Uses of RuntimeValue in io.quarkus.runtime.shutdown
Constructors in io.quarkus.runtime.shutdown with parameters of type RuntimeValueModifierConstructorDescriptionShutdownRecorder(RuntimeValue<ShutdownConfig> shutdownConfig) ShutdownRecorder is only called inRUNTIME_INITbuild steps, so it is safe to set ShutdownConfig.