Uses of Class
org.jboss.resteasy.concurrent.ContextualExecutorService
-
Packages that use ContextualExecutorService Package Description org.jboss.resteasy.concurrent -
-
Uses of ContextualExecutorService in org.jboss.resteasy.concurrent
Subclasses of ContextualExecutorService in org.jboss.resteasy.concurrent Modifier and Type Class Description classContextualScheduledExecutorServiceAn executor which wraps runnables and callables to capture the context of the current thread.Methods in org.jboss.resteasy.concurrent that return ContextualExecutorService Modifier and Type Method Description static ContextualExecutorServiceContextualExecutors. threadPool()Creates a newContextualExecutorServiceor wraps the defaultManagedExecutorServicein a Jakarta EE environment.static ContextualExecutorServiceContextualExecutors. wrap(ExecutorService delegate)Wraps the executor service in contextual executor and is said to be managed.static ContextualExecutorServiceContextualExecutors. wrap(ExecutorService delegate, boolean managed)Wraps the executor service in contextual executor and is said to be managed.
-