Uses of Interface
org.apache.camel.ProducerCallback

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

Uses of ProducerCallback in org.apache.camel.impl
 

Methods in org.apache.camel.impl with parameters of type ProducerCallback
<T> T
ProducerCache.doInProducer(Endpoint endpoint, Exchange exchange, ExchangePattern pattern, ProducerCallback<T> callback)
          Sends an exchange to an endpoint using a supplied callback, using the synchronous processing.
 



Apache CAMEL