Package org.apache.camel
Interface AsyncEndpoint
-
- All Superinterfaces:
AutoCloseable
,Endpoint
,IsSingleton
,Service
public interface AsyncEndpoint extends Endpoint
Marks theEndpoint
as support asynchronous non-blocking routing in its consumer and producer.
-
-
Method Summary
-
Methods inherited from interface org.apache.camel.Endpoint
configureExchange, configureProperties, createAsyncProducer, createConsumer, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isSingletonProducer, setCamelContext
-
Methods inherited from interface org.apache.camel.IsSingleton
isSingleton
-
-