330.5. Endpoints
Camel 支持使用 Endpoint 接口的消息端点模式。端点通常由组件创建,端点通常通过其 URI 在 DSL 中引用。
从端点中,您可以使用以下方法
* createProducer () 将创建一个 Producer 来向端点发送消息交换,它实现了 Event Driven Consumer 模式,以便在创建 Consumer * createPollingConsumer () 时通过 Processor 使用来自端点的消息交换。http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Endpoint.html#createConsumer(org.apache.camel.Processor) http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/PollingConsumer.html