Uses of Class
org.apache.camel.spi.ThreadPoolProfile
-
Packages that use ThreadPoolProfile Package Description org.apache.camel.spi 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 ThreadPoolProfile Modifier and Type Method Description ThreadPoolProfileThreadPoolProfile. clone()ThreadPoolProfileExecutorServiceManager. getDefaultThreadPoolProfile()Gets the default thread pool profileThreadPoolProfileExecutorServiceManager. getThreadPoolProfile(String id)Gets the thread pool profile by the given idMethods in org.apache.camel.spi with parameters of type ThreadPoolProfile Modifier and Type Method Description voidThreadPoolProfile. addDefaults(ThreadPoolProfile defaultProfile)Overwrites each attribute that is null with the attribute from defaultProfileScheduledExecutorServiceExecutorServiceManager. newScheduledThreadPool(Object source, String name, ThreadPoolProfile profile)Creates a new scheduled thread pool using a profileScheduledExecutorServiceThreadPoolFactory. newScheduledThreadPool(ThreadPoolProfile profile, ThreadFactory threadFactory)Create a scheduled thread pool using the given thread pool profileExecutorServiceExecutorServiceManager. newThreadPool(Object source, String name, ThreadPoolProfile profile)Creates a new thread pool using the given profileExecutorServiceThreadPoolFactory. 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
-