Uses of Class
io.quarkus.runtime.RuntimeValue
Packages that use RuntimeValue
-
Uses of RuntimeValue in io.quarkus.runtime
Fields in io.quarkus.runtime declared as RuntimeValueModifier and TypeFieldDescription(package private) final RuntimeValue<BannerRuntimeConfig>BannerRecorder.bannerRuntimeConfigMethods in io.quarkus.runtime that return RuntimeValueConstructors in io.quarkus.runtime with parameters of type RuntimeValueModifierConstructorDescriptionBannerRecorder(RuntimeValue<BannerRuntimeConfig> bannerRuntimeConfig) -
Uses of RuntimeValue in io.quarkus.runtime.logging
Fields in io.quarkus.runtime.logging declared as RuntimeValueModifier and TypeFieldDescription(package private) final RuntimeValue<ConsoleRuntimeConfig>LoggingSetupRecorder.consoleRuntimeConfigMethods 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(LogRuntimeConfig config, LogBuildTimeConfig buildConfig, 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(LogRuntimeConfig config, LogBuildTimeConfig buildConfig, 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(RuntimeValue<ConsoleRuntimeConfig> consoleRuntimeConfig)