Uses of Class
org.apache.camel.spi.ThreadPoolProfile
Packages that use ThreadPoolProfile
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of ThreadPoolProfile in org.apache.camel.spi
Methods in org.apache.camel.spi that return ThreadPoolProfileModifier and TypeMethodDescriptionThreadPoolProfile.clone()ExecutorServiceManager.getDefaultThreadPoolProfile()Gets the default thread pool profileExecutorServiceManager.getThreadPoolProfile(String id) Gets the thread pool profile by the given idMethods in org.apache.camel.spi with parameters of type ThreadPoolProfileModifier and TypeMethodDescriptionvoidThreadPoolProfile.addDefaults(ThreadPoolProfile defaultProfile) Overwrites each attribute that is null with the attribute from defaultProfileExecutorServiceManager.newScheduledThreadPool(Object source, String name, ThreadPoolProfile profile) Creates a new scheduled thread pool using a profileThreadPoolFactory.newScheduledThreadPool(ThreadPoolProfile profile, ThreadFactory threadFactory) Create a scheduled thread pool using the given thread pool profileExecutorServiceManager.newThreadPool(Object source, String name, ThreadPoolProfile profile) Creates a new thread pool using the given profileThreadPoolFactory.newThreadPool(ThreadPoolProfile profile, ThreadFactory threadFactory) Create a thread pool using the given thread pool profilevoidExecutorServiceManager.registerThreadPoolProfile(ThreadPoolProfile profile) Registers the given thread pool profilevoidExecutorServiceManager.setDefaultThreadPoolProfile(ThreadPoolProfile defaultThreadPoolProfile) Sets the default thread pool profile