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