Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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/userevent, 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/public

direct, polling

twitter4j.Status

@deprecated. Use timeline/home or direct/home instead. Removed from Camel 2.11 onwards.

timeline/retweetsofme

direct, polling

twitter4j.Status

 

timeline/user

direct, polling

twitter4j.Status

 

trends/daily

Camel 2.10.1: direct, polling

twitter4j.Status

@deprecated. Removed from Camel 2.11 onwards.

trends/weekly

Camel 2.10.1: direct, polling

twitter4j.Status

@deprecated. Removed from Camel 2.11 onwards.

...

Name

Description

CamelTwitterKeywords

This header is used by the search producer to change the search key words dynamically.

CamelTwitterSearchLanguage

Camel 2.11.0: This header can override the option of lang which set the search language for the search endpoint dynamically

CamelTwitterCount

Camel 2.11.0 This header can override the option of count which sets the max twitters that will be returned.

CamelTwitterNumberOfPages

Camel 2.11.0 This header can converrid the option of numberOfPages which sets how many pages we want to twitter returns.

CamelTwitterEventCamel 2.17.0 The type of event received (see org.apache.camel.component.twitter.consumer.TwitterEventType)
CamelTwitterUser1..NCamel 2.17.0 Identify a party
CamelTwitterUserRole1..NCamel 2.17.0 Identify a party role

Message body

All message bodies utilize objects provided by the Twitter4J API.

...