Package org.apache.camel
Interface AsyncProducer
-
- All Superinterfaces:
AsyncProcessor
,AutoCloseable
,EndpointAware
,IsSingleton
,Processor
,Producer
,Service
public interface AsyncProducer extends Producer, AsyncProcessor
Asynchronous producer
-
-
Method Summary
-
Methods inherited from interface org.apache.camel.AsyncProcessor
process, processAsync
-
Methods inherited from interface org.apache.camel.EndpointAware
getEndpoint
-
Methods inherited from interface org.apache.camel.IsSingleton
isSingleton
-
-