Interface | Description |
---|---|
IOThreadDetector | |
ObjectSubstitution<F,T> |
An interface that can be used to substitute a non-bytecode serializable class
with a replacement.
|
QuarkusApplication | |
ShutdownContext |
A context that can be passed into runtime recorders that allows for shutdown tasks to be added.
|
StartupTask |
A task that is run on startup.
|
Class | Description |
---|---|
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 | |
CleanableExecutor |
An executor that can be 'cleaned'.
|
CleanableExecutor.Resetter |
copied from JBoss threads
|
CommandLineRuntimeConfig |
This configuration class is here to avoid warnings when using
-Dquarkus.args=... . |
ConfigChangeRecorder | |
ExecutorHotReplacementSetup | |
ExecutorRecorder | |
LiveReloadConfig |
This is used currently only to suppress warnings about unknown properties
when the user supplies something like: -Dquarkus.live-reload.password=secret
TODO refactor code to actually use these values
|
LocalesBuildTimeConfig | |
NativeImageRuntimePropertiesRecorder |
Native image system properties are not automatically propagated to runtime any more
|
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.
|
ShutdownEvent |
Event that is fired before shutdown.
|
StartupContext | |
StartupEvent |
Event class that is fired on startup.
|
TemplateHtmlBuilder | |
ThreadPoolConfig |
The core thread pool config.
|
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
|
TopLevelRootConfig$$accessor |
Enum | Description |
---|---|
LaunchMode |
Annotation Type | Description |
---|---|
Startup |
This annotation can be used to initialize a CDI bean at application startup.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.