Uses of Class
org.jboss.resteasy.concurrent.ContextualScheduledExecutorService
-
Uses of ContextualScheduledExecutorService in org.jboss.resteasy.client.jaxrs.internal
ModifierConstructorDescriptionprotected
ResteasyClientImpl
(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ContextualScheduledExecutorService scheduledExecutorService, ClientConfiguration configuration) -
Uses of ContextualScheduledExecutorService in org.jboss.resteasy.concurrent
Modifier and TypeMethodDescriptionContextualExecutors.scheduledThreadPool()
Creates a newContextualScheduledExecutorService
or wraps the defaultManagedScheduledExecutorService
in a Jakarta EE environment.ContextualExecutors.scheduledThreadPool
(int poolSize, ThreadFactory threadFactory) Creates a newContextualScheduledExecutorService
or wraps the defaultManagedScheduledExecutorService
in a Jakarta EE environment.ContextualExecutors.wrap
(ScheduledExecutorService delegate) Wraps the executor service in contextual executor and is said to be managed.ContextualExecutors.wrap
(ScheduledExecutorService delegate, boolean managed) Wraps the executor service in contextual executor and is said to be managed.ContextualExecutors.wrapOrLookup
(ScheduledExecutorService delegate) If the delegate is notnull
, it is wrapped.