Uses of Interface
org.apache.camel.spi.ThreadPoolFactory

Packages that use ThreadPoolFactory
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of ThreadPoolFactory in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement ThreadPoolFactory
 class DefaultThreadPoolFactory
          Factory for thread pools that uses the JDK Executors for creating the thread pools.
 

Methods in org.apache.camel.impl that return ThreadPoolFactory
 ThreadPoolFactory DefaultExecutorServiceManager.getThreadPoolFactory()
           
 

Methods in org.apache.camel.impl with parameters of type ThreadPoolFactory
 void DefaultExecutorServiceManager.setThreadPoolFactory(ThreadPoolFactory threadPoolFactory)
           
 

Uses of ThreadPoolFactory in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return ThreadPoolFactory
 ThreadPoolFactory ExecutorServiceManager.getThreadPoolFactory()
          Gets the ThreadPoolFactory to use for creating the thread pools.
 

Methods in org.apache.camel.spi with parameters of type ThreadPoolFactory
 void ExecutorServiceManager.setThreadPoolFactory(ThreadPoolFactory threadPoolFactory)
          Sets a custom ThreadPoolFactory to use
 



Apache CAMEL