Modifier and Type | Class and Description |
---|---|
class |
TwitterEndpointDirect
Twitter direct endpoint
|
class |
TwitterEndpointEvent |
class |
TwitterEndpointPolling
This component integrates with Twitter to send tweets or search for tweets and more.
|
Modifier and Type | Method and Description |
---|---|
static TwitterConsumer |
TwitterHelper.createConsumer(TwitterEndpoint te,
String uri) |
static TwitterProducer |
TwitterHelper.createProducer(TwitterEndpoint te,
String uri) |
Modifier and Type | Field and Description |
---|---|
protected TwitterEndpoint |
TwitterConsumer.endpoint
Instance of TwitterEndpoint.
|
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Exchange |
TwitterEventType.createExchange(TwitterEndpoint endpoint) |
<T> org.apache.camel.Exchange |
TwitterEventType.createExchange(TwitterEndpoint endpoint,
T body) |
<T> List<org.apache.camel.Exchange> |
TwitterEventType.createExchangeList(TwitterEndpoint endpoint,
List<T> bodyList) |
Constructor and Description |
---|
TwitterConsumer(TwitterEndpoint endpoint) |
TwitterConsumerDirect(TwitterEndpoint endpoint,
org.apache.camel.Processor processor,
TwitterConsumer twitter4jConsumer) |
TwitterConsumerEvent(TwitterEndpoint endpoint,
org.apache.camel.Processor processor,
TwitterConsumer twitter4jConsumer) |
Constructor and Description |
---|
DirectMessageConsumer(TwitterEndpoint te) |
Constructor and Description |
---|
SearchConsumer(TwitterEndpoint te) |
Constructor and Description |
---|
AbstractStreamingConsumer(TwitterEndpoint te) |
FilterStreamingConsumer(TwitterEndpoint endpoint) |
SampleStreamingConsumer(TwitterEndpoint endpoint) |
UserStreamingConsumer(TwitterEndpoint endpoint) |
Constructor and Description |
---|
HomeConsumer(TwitterEndpoint endpoint) |
MentionsConsumer(TwitterEndpoint endpoint) |
RetweetsConsumer(TwitterEndpoint endpoint) |
UserConsumer(TwitterEndpoint endpoint) |
Modifier and Type | Field and Description |
---|---|
protected TwitterEndpoint |
TwitterProducer.endpoint
Instance of TwitterEndpoint.
|
Constructor and Description |
---|
DirectMessageProducer(TwitterEndpoint endpoint) |
SearchProducer(TwitterEndpoint endpoint) |
TwitterProducer(TwitterEndpoint endpoint) |
UserProducer(TwitterEndpoint endpoint) |
Apache Camel