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
Methods in io.quarkus.runtime that return RuntimeValue Modifier and Type Method Description RuntimeValue<Optional<Supplier<String>>>
BannerRecorder. provideBannerSupplier(String bannerText, BannerRuntimeConfig bannerRuntimeConfig)
-
Uses of RuntimeValue in io.quarkus.runtime.logging
Methods 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 void
LoggingSetupRecorder. initializeLogging(LogConfig config, LogBuildTimeConfig buildConfig, List<RuntimeValue<Optional<Handler>>> additionalHandlers, List<RuntimeValue<Map<String,Handler>>> additionalNamedHandlers, List<RuntimeValue<Optional<Formatter>>> possibleFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier)
Method parameters in io.quarkus.runtime.logging with type arguments of type RuntimeValue Modifier and Type Method Description void
LoggingSetupRecorder. initializeLogging(LogConfig config, LogBuildTimeConfig buildConfig, List<RuntimeValue<Optional<Handler>>> additionalHandlers, List<RuntimeValue<Map<String,Handler>>> additionalNamedHandlers, List<RuntimeValue<Optional<Formatter>>> possibleFormatters, RuntimeValue<Optional<Supplier<String>>> possibleBannerSupplier)
-