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