Uses of Class
io.quarkus.runtime.RuntimeValue
-
Packages that use RuntimeValue Package Description io.quarkus.runtime io.quarkus.runtime.logging -
-
Uses of RuntimeValue in io.quarkus.runtime
Fields in io.quarkus.runtime declared as RuntimeValue Modifier and Type Field Description (package private) RuntimeValue<BannerRuntimeConfig>BannerRecorder. bannerRuntimeConfigMethods in io.quarkus.runtime that return RuntimeValue Modifier and Type Method Description RuntimeValue<Optional<Supplier<String>>>BannerRecorder. provideBannerSupplier(String bannerText)Constructors in io.quarkus.runtime with parameters of type RuntimeValue Constructor Description BannerRecorder(RuntimeValue<BannerRuntimeConfig> bannerRuntimeConfig) -
Uses of RuntimeValue in io.quarkus.runtime.logging
Fields in io.quarkus.runtime.logging declared as RuntimeValue Modifier and Type Field Description (package private) RuntimeValue<ConsoleRuntimeConfig>LoggingSetupRecorder. consoleRuntimeConfigMethods in io.quarkus.runtime.logging that return RuntimeValue Modifier and Type Method Description RuntimeValue<Optional<Handler>>LogMetricsHandlerRecorder. getLogHandler()Methods in io.quarkus.runtime.logging with parameters of type RuntimeValue Modifier and Type Method Description static voidLoggingSetupRecorder. handleFailedStart(RuntimeValue<Optional<Supplier<String>>> banner)voidLoggingSetupRecorder. initializeLogging(LogConfig config, LogBuildTimeConfig buildConfig, boolean enableWebStream, RuntimeValue<Optional<Handler>> devUiConsoleHandler, List<RuntimeValue<Optional<Handler>>> additionalHandlers, List<RuntimeValue<Map<String,Handler>>> additionalNamedHandlers, List<RuntimeValue<Optional<Formatter>>> possibleFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode)Method parameters in io.quarkus.runtime.logging with type arguments of type RuntimeValue Modifier and Type Method Description voidLoggingSetupRecorder. initializeLogging(LogConfig config, LogBuildTimeConfig buildConfig, boolean enableWebStream, RuntimeValue<Optional<Handler>> devUiConsoleHandler, List<RuntimeValue<Optional<Handler>>> additionalHandlers, List<RuntimeValue<Map<String,Handler>>> additionalNamedHandlers, List<RuntimeValue<Optional<Formatter>>> possibleFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier, LaunchMode launchMode)Constructors in io.quarkus.runtime.logging with parameters of type RuntimeValue Constructor Description LoggingSetupRecorder(RuntimeValue<ConsoleRuntimeConfig> consoleRuntimeConfig)
-