Interface AsyncEndpoint
- All Superinterfaces:
AutoCloseable, ComponentAware, Endpoint, IsSingleton, Service
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:
-
Method Summary
Methods inherited from interface ComponentAware
getComponent, getComponent, setComponentMethods inherited from interface Endpoint
configureExchange, configureProperties, createAsyncProducer, createConsumer, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isRemote, isSingletonProducer, setCamelContextMethods inherited from interface IsSingleton
isSingleton