Application |
The application base class, which is extended and implemented by a generated class which implements the application
setup logic.
|
ApplicationConfig |
|
ApplicationLifecycleManager |
Manages the lifecycle of a Quarkus application.
|
ApplicationLifecycleManager.ShutdownHookThread |
|
BannerRecorder |
|
BannerRuntimeConfig |
|
BlockingOperationControl |
|
BlockingOperationRecorder |
|
CommandLineRuntimeConfig |
This configuration class is here to avoid warnings when using -Dquarkus.args=... .
|
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.
|
DebugRuntimeConfig |
|
DebugRuntimeConfig$$accessor |
|
ExecutorRecorder |
|
LiveReloadConfig |
|
LiveReloadConfig$$accessor |
|
LocalesBuildTimeConfig |
|
NativeImageFeatureUtils |
|
NativeImageRuntimePropertiesRecorder |
Native image system properties are not automatically propagated to runtime anymore.
|
PreloadClassesRecorder |
|
Quarkus |
The entry point for applications that use a main method.
|
ResourceHelper |
Helper method that is invoked from generated bytecode during image processing
|
RuntimeValue<T> |
Represents a proxyable object that can be returned from a bytecode recorder,
and passed between recorders.
|
ShutdownContext.CloseRunnable |
|
ShutdownEvent |
Event that is fired before shutdown and can be inspected for shutdown cause.
|
SnapStartRecorder |
Stores the optimizations to execute for SnapStart.
|
StartupContext |
|
StartupEvent |
Event class that is fired on startup.
|
TemplateHtmlBuilder |
|
ThreadPoolConfig |
The core thread pool config.
|
TlsConfig |
Configuration class allowing to globally set TLS properties.
|