Uses of Interface
jakarta.enterprise.concurrent.ContextService
-
Packages that use ContextService Package Description jakarta.enterprise.concurrent Classes and interfaces that make up the Jakarta Concurrency specification. -
-
Uses of ContextService in jakarta.enterprise.concurrent
Methods in jakarta.enterprise.concurrent that return ContextService Modifier and Type Method Description ContextService
ManagedExecutorService. getContextService()
Returns aContextService
which has the same propagation settings as thisManagedExecutorService
and uses thisManagedExecutorService
as the default asynchronous execution facility forCompletionStage
andCompletableFuture
instances that it creates via thewithContextCapture
methods.
-