Versions Compared

Key

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

...

Name

Default Value

Description

type

direct

direct, event, or polling

delay

60

 

Delay between polls. The value is 60 seconds by default. The value is in seconds for Camel 2.16 or older. And in millis seconds from Camel 2.17 onwards.in seconds

consumerKey

null

Consumer Key. Can also be configured on the TwitterComponent level instead.

consumerSecret

null

Consumer Secret. Can also be configured on the TwitterComponent level instead.

accessToken

null

Access Token. Can also be configured on the TwitterComponent level instead.

accessTokenSecret

null

Access Token Secret. Can also be configured on the TwitterComponent level instead.

user

null

Username, used for user timeline consumption, direct message production, etc.

locations

null

'lat,lon;lat,lon;...' Bounding boxes, created by pairs of lat/lons. Can be used for streaming/filter

keywords

null

'foo1,foo2,foo3...' Can be used for search and streaming/filter. See Advanced search for keywords syntax for searching with for example OR.

userIds

null

'username,username...' Can be used for streaming/filter

filterOld

true

Filter out old tweets, that has previously been polled. This state is stored in memory only, and based on last tweet id. Since Camel 2.11.0 The search producer supports this option

sinceId

1

Camel 2.11.0: The last tweet id which will be used for pulling the tweets. It is useful when the camel route is restarted after a long running.

lang

null

Camel 2.11.0: The lang string ISO_639-1 which will be used for searching

count

null

Camel 2.11.0: Limiting number of results per page.

numberOfPages

1

Camel 2.11.0: The number of pages result which you want camel-twitter to consume.

httpProxyHost

null

Camel 2.12.3: The http proxy host which can be used for the camel-twitter.

httpProxyPort

null

Camel 2.12.3: The http proxy port which can be used for the camel-twitter.

httpProxyUser

null

Camel 2.12.3: The http proxy user which can be used for the camel-twitter.

httpProxyPassword

null

Camel 2.12.3: The http proxy password which can be used for the camel-twitter.

latitude Camel 2.16: Used by the non-stream geography search to search by latitude. You need to configure all the following options: longitude, latitude, radius, and distanceMetric.
longitude Camel 2.16: Used by the non-stream geography search to search by longitude. You need to configure all the following options: longitude, latitude, radius, and distanceMetric.
radius Camel 2.16: Used by the non-stream geography search to search by radius. You need to configure all the following options: longitude, latitude, radius, and distanceMetric.
distanceMetrickmCamel 2.16: Used by the non-stream geography search, to search by radius using the configured metrics. The unit can either be mi for miles, or km for kilometers. You need to configure all the following options: longitude, latitude, radius, and distanceMetric.

...