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

Packages that use ExecutorServiceStrategy
org.apache.camel The core Camel API. 
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()
          Deprecated. use CamelContext.getExecutorServiceManager()
 

Uses of ExecutorServiceStrategy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement ExecutorServiceStrategy
 class DefaultExecutorServiceStrategy
          Deprecated. use ExecutorServiceManager instead, will be removed in a future Camel release
 

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



Apache CAMEL