| Class | Description |
|---|---|
| ManagedExecutorConfig.Literal |
Util class used for inline creation of
ManagedExecutorConfig annotation instances. |
| NamedInstance.Literal |
Supports inline instantiation of the
NamedInstance qualifier. |
| ThreadContextConfig.Literal |
Util class used for inline creation of
ThreadContextConfig annotation instances. |
| Annotation Type | Description |
|---|---|
| ManagedExecutorConfig |
Annotates a CDI injection point for a
ManagedExecutor such that the container
creates a new instance, which is identified within an application by its unique name. |
| NamedInstance |
This annotation is used to achieve out of the box
ManagedExecutor and ThreadContext instance
sharing through CDI injection. |
| ThreadContextConfig |
Annotates a CDI injection point for a
ThreadContext such that the container
creates a new instance, which is identified within an application by its unique name. |
Copyright © 2018–2020. All rights reserved.