...
Endpoint | Context | Body Type | Notice |
---|---|---|---|
directmessage | direct, polling | twitter4j.DirectMessage |
|
search | direct, polling | twitter4j.Status |
|
streaming/filter | event, polling | twitter4j.Status |
|
streaming/sample | event, polling | twitter4j.Status |
|
streaming/user | event, polling | twitter4j.Status twitter4j.DirectMessage twitter4j.UserList | Camel 2.16: To receive tweets from protected users and accounts. Camel 2.17: DirectMessages, Favorites, Lists, Following events are now supported |
timeline/home | direct, polling | twitter4j.Status |
|
timeline/mentions | direct, polling | twitter4j.Status |
|
|
|
|
|
timeline/retweetsofme | direct, polling | twitter4j.Status |
|
timeline/user | direct, polling | twitter4j.Status |
|
|
|
|
|
|
|
|
|
...
Name | Description |
---|---|
| This header is used by the search producer to change the search key words dynamically. |
| Camel 2.11.0: This header can override the option of |
| Camel 2.11.0 This header can override the option of |
| Camel 2.11.0 This header can converrid the option of |
CamelTwitterEvent | Camel 2.17.0 The type of event received (see org.apache.camel.component.twitter.consumer.TwitterEventType) |
CamelTwitterUser1..N | Camel 2.17.0 Identify a party |
CamelTwitterUserRole1..N | Camel 2.17.0 Identify a party role |
Message body
All message bodies utilize objects provided by the Twitter4J API.
...