Uses of Interface
jakarta.enterprise.concurrent.ContextService
Package
Description
Classes and interfaces that make up the Jakarta Concurrency specification.
-
Uses of ContextService in jakarta.enterprise.concurrent
Modifier and TypeMethodDescriptionManagedExecutorService.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.