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 ContextualScheduledExecutorServiceContextualExecutors. scheduledThreadPool()Creates a newContextualScheduledExecutorServiceor wraps the defaultManagedScheduledExecutorServicein a Jakarta EE environment.static ContextualScheduledExecutorServiceContextualExecutors. scheduledThreadPool(int poolSize, ThreadFactory threadFactory)Creates a newContextualScheduledExecutorServiceor wraps the defaultManagedScheduledExecutorServicein a Jakarta EE environment.static ContextualScheduledExecutorServiceContextualExecutors. wrap(ScheduledExecutorService delegate)Wraps the executor service in contextual executor and is said to be managed.static ContextualScheduledExecutorServiceContextualExecutors. wrap(ScheduledExecutorService delegate, boolean managed)Wraps the executor service in contextual executor and is said to be managed.static ContextualScheduledExecutorServiceContextualExecutors. wrapOrLookup(ScheduledExecutorService delegate)If the delegate is notnull, it is wrapped.
-