Interface AsyncProducer
- All Superinterfaces:
AsyncProcessor, AutoCloseable, EndpointAware, IsSingleton, Processor, Producer, Service
A
Producer that can dispatch an Exchange to an Endpoint without blocking the calling thread.
Implementations override AsyncProcessor.process(Exchange, AsyncCallback) to complete the dispatch without
blocking and invoke the AsyncCallback when processing is done.- See Also:
-
Method Summary
Methods inherited from interface AsyncProcessor
process, processAsyncMethods inherited from interface EndpointAware
getEndpointMethods inherited from interface IsSingleton
isSingleton