| Interface | Description |
|---|---|
| ObjectSubstitution<F,T> |
An interface that can be used to substitute a non-bytecode serializable class
with a replacement.
|
| 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.
|
| CleanableExecutor |
An executor that can be 'cleaned'.
|
| CleanableExecutor.DeclaredFieldAction | |
| CleanableExecutor.Resetter |
copied from JBoss threads
|
| ConfigHelper | |
| ExecutorRecorder | |
| ExecutorRecorder$$accessor | |
| Quarkus |
The main entry point class, calling main allows you to bootstrap quarkus
|
| 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.
|
| ThreadPoolConfig$$accessor | |
| Timing |
Class that is responsible for printing out timing results.
|
| Enum | Description |
|---|---|
| LaunchMode |
Copyright © 2019 JBoss by Red Hat. All rights reserved.