Package io.smallrye.context.api
-
Class Summary Class Description CurrentThreadContext.Literal Util class used for inline creation ofCurrentThreadContextannotation instances.ManagedExecutorConfig.Literal Util class used for inline creation ofManagedExecutorConfigannotation instances.NamedInstance.Literal Supports inline instantiation of theNamedInstancequalifier.ThreadContextConfig.Literal Util class used for inline creation ofThreadContextConfigannotation instances. -
Annotation Types Summary Annotation Type Description CurrentThreadContext Declares that a method should be called with its currentThreadContextset to one created with the specified settings.ManagedExecutorConfig Annotates a CDI injection point for aManagedExecutorsuch 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 boxManagedExecutorandThreadContextinstance sharing through CDI injection.ThreadContextConfig Annotates a CDI injection point for aThreadContextsuch that the container creates a new instance, which is identified within an application by its unique name.