327.4. Endpoints
Camel 使用 Endpoint 接口支持 Message Endpoint 模式。端点通常由组件和端点创建,通常在 DSL 中通过其 URI 引用。
在端点中,您可以使用以下方法
* 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