Uses of Interface
org.apache.camel.AsyncProducer
-
Packages that use AsyncProducer Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of AsyncProducer in org.apache.camel
Methods in org.apache.camel that return AsyncProducer Modifier and Type Method Description AsyncProducerEndpoint. createAsyncProducer()Creates a new producer which is used send messages into the endpoint Important: Do not do any initialization in the constructor of theProducer. -
Uses of AsyncProducer in org.apache.camel.spi
Methods in org.apache.camel.spi that return AsyncProducer Modifier and Type Method Description AsyncProducerProducerCache. acquireProducer(Endpoint endpoint)Acquires a pooled producer which you must release back again after usage using theProducerCache.releaseProducer(org.apache.camel.Endpoint, org.apache.camel.AsyncProducer)method.AsyncProducerInternalProcessorFactory. createInterceptSendToEndpointProcessor(InterceptSendToEndpoint endpoint, Endpoint delegate, AsyncProducer producer, boolean skip)AsyncProducerInternalProcessorFactory. createUnitOfWorkProducer(Producer producer)Methods in org.apache.camel.spi with parameters of type AsyncProducer Modifier and Type Method Description AsyncProducerInternalProcessorFactory. createInterceptSendToEndpointProcessor(InterceptSendToEndpoint endpoint, Endpoint delegate, AsyncProducer producer, boolean skip)booleanProducerCache.AsyncProducerCallback. doInAsyncProducer(AsyncProducer asyncProducer, Exchange exchange, AsyncCallback callback)Performs operation on the given producer to send the given exchange.voidProducerCache. releaseProducer(Endpoint endpoint, AsyncProducer producer)Releases an acquired producer back after usage.
-