| Package | Description |
|---|---|
| io.quarkus.runtime | |
| io.quarkus.runtime.configuration |
| Modifier and Type | Method and Description |
|---|---|
static LaunchMode |
LaunchMode.current() |
static LaunchMode |
LaunchMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
ExecutorRecorder.setupRunTime(ShutdownContext shutdownContext,
ThreadPoolConfig threadPoolConfig,
LaunchMode launchMode) |
| Modifier and Type | Method and Description |
|---|---|
static LaunchMode |
ProfileManager.getLaunchMode() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProfileManager.setLaunchMode(LaunchMode mode) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.