第 12 章 Atom 组件
可作为 Camel 版本 1.2 提供
atom: component 用于轮询 Atom 源。
默认情况下,Camel 将每 60 秒轮询一次源。
注: 这些组件目前仅支持轮询(耗时)源。
Maven 用户需要将以下依赖项添加到其 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-atom</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
12.1. URI 格式
atom://atomUri[?options]
其中,atomUri 是要轮询的 Atom 源的 URI。