Uses of Interface
org.apache.camel.AsyncProducerCallback

Packages that use AsyncProducerCallback
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of AsyncProducerCallback in org.apache.camel.impl
 

Methods in org.apache.camel.impl with parameters of type AsyncProducerCallback
 boolean ProducerCache.doInAsyncProducer(Endpoint endpoint, Exchange exchange, ExchangePattern pattern, AsyncCallback callback, AsyncProducerCallback producerCallback)
          Sends an exchange to an endpoint using a supplied callback supporting the asynchronous routing engine.
 



Apache Camel