Uses of Interface
org.apache.camel.spi.ProducerCache.AsyncProducerCallback
-
Packages that use ProducerCache.AsyncProducerCallback Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of ProducerCache.AsyncProducerCallback in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type ProducerCache.AsyncProducerCallback Modifier and Type Method Description boolean
ProducerCache. doInAsyncProducer(Endpoint endpoint, Exchange exchange, AsyncCallback callback, ProducerCache.AsyncProducerCallback producerCallback)
Sends an exchange to an endpoint using a supplied callback supporting the asynchronous routing engine.
-