Interface AsyncProducer

All Superinterfaces:
AsyncProcessor, AutoCloseable, EndpointAware, IsSingleton, Processor, Producer, Service

public interface AsyncProducer extends Producer, AsyncProcessor
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: