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

Packages that use ExecutorServiceStrategy
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of ExecutorServiceStrategy in org.apache.camel
 

Methods in org.apache.camel that return ExecutorServiceStrategy
 ExecutorServiceStrategy CamelContext.getExecutorServiceStrategy()
          Gets the current ExecutorServiceStrategy
 

Methods in org.apache.camel with parameters of type ExecutorServiceStrategy
 void CamelContext.setExecutorServiceStrategy(ExecutorServiceStrategy executorServiceStrategy)
          Sets a custom ExecutorServiceStrategy
 

Uses of ExecutorServiceStrategy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement ExecutorServiceStrategy
 class DefaultExecutorServiceStrategy
           
 

Methods in org.apache.camel.impl that return ExecutorServiceStrategy
 ExecutorServiceStrategy DefaultCamelContext.getExecutorServiceStrategy()
           
 

Methods in org.apache.camel.impl with parameters of type ExecutorServiceStrategy
 void DefaultCamelContext.setExecutorServiceStrategy(ExecutorServiceStrategy executorServiceStrategy)
           
 



Apache CAMEL