Uses of Class
io.quarkus.runtime.LaunchMode
-
Packages that use LaunchMode Package Description io.quarkus.runtime io.quarkus.runtime.configuration io.quarkus.runtime.logging -
-
Uses of LaunchMode in io.quarkus.runtime
Methods in io.quarkus.runtime that return LaunchMode Modifier and Type Method Description static LaunchModeLaunchMode. current()static LaunchModeLaunchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchMode[]LaunchMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.runtime with parameters of type LaunchMode Modifier and Type Method Description ExecutorServiceExecutorRecorder. setupRunTime(ShutdownContext shutdownContext, LaunchMode launchMode, ThreadFactory threadFactory, org.jboss.threads.ContextHandler<Object> contextHandler) -
Uses of LaunchMode in io.quarkus.runtime.configuration
Methods in io.quarkus.runtime.configuration that return LaunchMode Modifier and Type Method Description static LaunchModeProfileManager. getLaunchMode()Methods in io.quarkus.runtime.configuration with parameters of type LaunchMode Modifier and Type Method Description static io.smallrye.config.SmallRyeConfigBuilderConfigUtils. configBuilder(boolean runTime, boolean bootstrap, boolean addDiscovered, LaunchMode launchMode)Get the basic configuration builder.static io.smallrye.config.SmallRyeConfigBuilderConfigUtils. configBuilder(boolean runTime, boolean addDiscovered, LaunchMode launchMode)Get the basic configuration builder.static io.smallrye.config.SmallRyeConfigBuilderConfigUtils. configBuilder(boolean runTime, LaunchMode launchMode)static voidProfileManager. setLaunchMode(LaunchMode mode) -
Uses of LaunchMode in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging with parameters of type LaunchMode Modifier and Type Method Description static voidLoggingSetupRecorder. initializeBuildTimeLogging(LogConfig config, LogBuildTimeConfig buildConfig, ConsoleRuntimeConfig consoleConfig, LaunchMode launchMode)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)
-