Uses of Enum Class
io.quarkus.runtime.LaunchMode
Packages that use LaunchMode
-
Uses of LaunchMode in io.quarkus.runtime
Methods in io.quarkus.runtime that return LaunchModeModifier and TypeMethodDescriptionstatic LaunchModeLaunchMode.current()static LaunchModeReturns the enum constant of this class with the specified name.static LaunchMode[]LaunchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.runtime with parameters of type LaunchModeModifier and TypeMethodDescriptionstatic voidLaunchMode.set(LaunchMode mode) ExecutorRecorder.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 with parameters of type LaunchModeModifier and TypeMethodDescriptionstatic 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) -
Uses of LaunchMode in io.quarkus.runtime.logging
Methods in io.quarkus.runtime.logging with parameters of type LaunchModeModifier and TypeMethodDescriptionstatic voidLoggingSetupRecorder.initializeBuildTimeLogging(LogRuntimeConfig config, LogBuildTimeConfig buildConfig, ConsoleRuntimeConfig consoleConfig, Map<String, InheritableLevel> categoryDefaultMinLevels, List<LogCleanupFilterElement> additionalLogCleanupFilters, LaunchMode launchMode) WARNING: this method is part of the recorder but is actually called statically at build time.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)