357.3. 消费者端点
camel-twitter 而不是端点通过一个路由交换返回列表,而是为每个返回的对象创建一个路由交换。例如,如果"timeline/home"结果为五个状态,则路由将执行五次(每个 Status 的一个)。
端点 | Context | 正文类型 | 备注 |
---|---|---|---|
directmessage | 直接、轮询 | twitter4j.DirectMessage | |
search | 直接、轮询 | twitter4j.Status | |
streaming/filter | 事件、轮询 | twitter4j.Status | |
streaming/sample | 事件、轮询 | twitter4j.Status | |
streaming/user | 事件、轮询 | twitter4j.Status | Camel 2.16: 要接收来自受保护的用户和帐户的十二者。 |
timeline/home | 直接、轮询 | twitter4j.Status | |
时间表/指导 | 直接、轮询 | twitter4j.Status | |
timeline/public | 直接、轮询 | twitter4j.Status | @deprecated.改为使用时间表/home 或 direct/home。从 *Camel 2.11 onwards shim 中删除 |
timeline/retweetsofme | 直接、轮询 | twitter4j.Status | |
timeline/user | 直接、轮询 | twitter4j.Status | |
trends/daily | *Camel 2.10.1: direct, polling* | twitter4j.Status | @deprecated.从 Camel 2.11 开始。 |
趋势/每周 | *Camel 2.10.1: direct, polling* | twitter4j.Status | @deprecated.从 Camel 2.11 开始。 |