Uses of Class
org.apache.camel.impl.ProducerCache

Packages that use ProducerCache
org.apache.camel.management.mbean Camel management JMX MBeans 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of ProducerCache in org.apache.camel.management.mbean
 

Methods in org.apache.camel.management.mbean that return ProducerCache
 ProducerCache ManagedProducerCache.getProducerCache()
           
 

Constructors in org.apache.camel.management.mbean with parameters of type ProducerCache
ManagedProducerCache(CamelContext context, ProducerCache producerCache)
           
 

Uses of ProducerCache in org.apache.camel.processor
 

Fields in org.apache.camel.processor declared as ProducerCache
protected  ProducerCache SendProcessor.producerCache
           
protected  ProducerCache RoutingSlip.producerCache
           
 

Constructors in org.apache.camel.processor with parameters of type ProducerCache
RecipientListProcessor(CamelContext camelContext, ProducerCache producerCache, Iterator<Object> iter)
           
RecipientListProcessor(CamelContext camelContext, ProducerCache producerCache, Iterator<Object> iter, AggregationStrategy aggregationStrategy)
           
RecipientListProcessor(CamelContext camelContext, ProducerCache producerCache, Iterator<Object> iter, AggregationStrategy aggregationStrategy, boolean parallelProcessing, ExecutorService executorService, boolean shutdownExecutorService, boolean streaming, boolean stopOnException, long timeout, Processor onPrepare, boolean shareUnitOfWork)
           
 



Apache Camel