| Package | Description |
|---|---|
| io.quarkus.runtime | |
| io.quarkus.runtime.configuration | |
| io.quarkus.runtime.logging | |
| io.quarkus.runtime.shutdown |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationConfig |
class |
BannerRuntimeConfig |
class |
CommandLineRuntimeConfig
This configuration class is here to avoid warnings when using
-Dquarkus.args=.... |
class |
ConfigConfig
We don't really use this, because these are configurations for the config itself, so it causes a chicken / egg
problem, but we have it so the configurations can be properly documented.
|
class |
LiveReloadConfig |
class |
LocalesBuildTimeConfig |
class |
ThreadPoolConfig
The core thread pool config.
|
class |
TlsConfig
Configuration class allowing to globally set TLS properties.
|
class |
TopLevelRootConfig
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.profile=someProfile
TODO refactor code to actually use these values
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationRuntimeConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
LogBuildTimeConfig |
class |
LogConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
ShutdownConfig |
Copyright © 2021 JBoss by Red Hat. All rights reserved.