Uses of Class
org.jboss.resteasy.concurrent.ContextualScheduledExecutorService
Packages that use ContextualScheduledExecutorService
- 
Uses of ContextualScheduledExecutorService in org.jboss.resteasy.client.jaxrs.internal
Constructors in org.jboss.resteasy.client.jaxrs.internal with parameters of type ContextualScheduledExecutorServiceModifierConstructorDescriptionprotectedResteasyClientImpl(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 ContextualScheduledExecutorServiceModifier and TypeMethodDescriptionContextualExecutors.scheduledThreadPool()Creates a newContextualScheduledExecutorServiceor wraps the defaultManagedScheduledExecutorServicein a Jakarta EE environment.ContextualExecutors.scheduledThreadPool(int poolSize, ThreadFactory threadFactory) Creates a newContextualScheduledExecutorServiceor wraps the defaultManagedScheduledExecutorServicein 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.