Uses of Class
org.jboss.resteasy.concurrent.ContextualExecutorService
Packages that use ContextualExecutorService
-
Uses of ContextualExecutorService in org.jboss.resteasy.concurrent
Subclasses of ContextualExecutorService in org.jboss.resteasy.concurrentModifier and TypeClassDescriptionclassAn executor which wraps runnables and callables to capture the context of the current thread.Methods in org.jboss.resteasy.concurrent that return ContextualExecutorServiceModifier and TypeMethodDescriptionstatic 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.