Uses of Class
org.jboss.resteasy.concurrent.ContextualExecutorService
-
Uses of ContextualExecutorService in org.jboss.resteasy.concurrent
Modifier and TypeClassDescriptionclass
An executor which wraps runnables and callables to capture the context of the current thread.Modifier and TypeMethodDescriptionstatic ContextualExecutorService
ContextualExecutors.threadPool()
Creates a newContextualExecutorService
or wraps the defaultManagedExecutorService
in a Jakarta EE environment.static ContextualExecutorService
ContextualExecutors.wrap
(ExecutorService delegate) Wraps the executor service in contextual executor and is said to be managed.static ContextualExecutorService
ContextualExecutors.wrap
(ExecutorService delegate, boolean managed) Wraps the executor service in contextual executor and is said to be managed.