Interface AsyncEndpoint

All Superinterfaces:
AutoCloseable, ComponentAware, Endpoint, IsSingleton, Service

public interface AsyncEndpoint extends Endpoint
Marker interface indicating that the Endpoint's consumer and producer support asynchronous, non-blocking routing.

When an endpoint implements this interface, the Camel routing engine can pass an AsyncCallback to the producer's AsyncProcessor.process(Exchange, AsyncCallback) method instead of blocking until the exchange completes.

See Also: