Uses of Class
org.jboss.resteasy.concurrent.ContextualScheduledExecutorService
-
Packages that use ContextualScheduledExecutorService Package Description org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.concurrent -
-
Uses of ContextualScheduledExecutorService in org.jboss.resteasy.client.jaxrs.internal
Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ContextualScheduledExecutorService Constructor Description ResteasyClientImpl(ClientHttpEngine httpEngine, ExecutorService asyncInvocationExecutor, boolean cleanupExecutor, ContextualScheduledExecutorService scheduledExecutorService, ClientConfiguration configuration)
-
Uses of ContextualScheduledExecutorService in org.jboss.resteasy.concurrent
Methods in org.jboss.resteasy.concurrent that return ContextualScheduledExecutorService Modifier and Type Method Description static ContextualScheduledExecutorService
ContextualExecutors. scheduledThreadPool()
Creates a newContextualScheduledExecutorService
or wraps the defaultManagedScheduledExecutorService
in a Jakarta EE environment.static ContextualScheduledExecutorService
ContextualExecutors. scheduledThreadPool(int poolSize, ThreadFactory threadFactory)
Creates a newContextualScheduledExecutorService
or wraps the defaultManagedScheduledExecutorService
in a Jakarta EE environment.static ContextualScheduledExecutorService
ContextualExecutors. wrap(ScheduledExecutorService delegate)
Wraps the executor service in contextual executor and is said to be managed.static ContextualScheduledExecutorService
ContextualExecutors. wrap(ScheduledExecutorService delegate, boolean managed)
Wraps the executor service in contextual executor and is said to be managed.static ContextualScheduledExecutorService
ContextualExecutors. wrapOrLookup(ScheduledExecutorService delegate)
If the delegate is notnull
, it is wrapped.
-