357.3. 소비자 끝점
하나의 단일 경로 교환을 통해 목록을 반환하는 끝점 대신 camel-twitter는 반환된 오브젝트당 하나의 경로 교환을 생성합니다. 예를 들어 "timeline/home"의 상태가 5개이면 경로가 5회(각 상태당 하나씩) 실행됩니다.
| endpoint | 컨텍스트 | 본문 유형 | 알림 |
|---|---|---|---|
| directmessage | 직접, 폴링 | twitter4j.DirectMessage | |
| search | 직접, 폴링 | twitter4j.Status | |
| streaming/filter | 이벤트, 폴링 | twitter4j.Status | |
| streaming/sample | 이벤트, 폴링 | twitter4j.Status | |
| streaming/user | 이벤트, 폴링 | twitter4j.Status | Camel 2.16: 보호된 사용자 및 계정으로부터 message를 수신합니다. |
| 타임라인/홈 | 직접, 폴링 | twitter4j.Status | |
| 타임라인/mentions | 직접, 폴링 | twitter4j.Status | |
| timeline/public | 직접, 폴링 | twitter4j.Status | @deprecated. 대신 timeline/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 이상에서 제거되었습니다. |