Uses of Interface
org.apache.camel.spi.ProducerCache.AsyncProducerCallback
Packages that use ProducerCache.AsyncProducerCallback
Package
Description
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.AsyncProducerCallbackModifier and TypeMethodDescriptionboolean
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.