357.3. 消费者端点
camel-twitter 不会通过一个路由交换返回列表,而是为每个返回的对象创建一个路由交换。例如,如果"timeline/home"的结果为五个状态,则路由将执行五次(每个状态对应一个)。
| 端点 | 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 开始删除。* |
| timeline/retweetsofme | 直接、轮询 | twitter4j.Status |
|
| timeline/user | 直接、轮询 | twitter4j.Status |
|
| trends/daily | *Camel 2.10.1: 直接、轮询* | twitter4j.Status | @deprecated.从 Camel 2.11 开始删除。 |
| trends/weekly | *Camel 2.10.1: 直接、轮询* | twitter4j.Status | @deprecated.从 Camel 2.11 开始删除。 |