| Modifier and Type | Class and Description |
|---|---|
class |
TwitterEndpointDirect
Twitter direct endpoint
|
class |
TwitterEndpointEvent |
class |
TwitterEndpointPolling
Twitter polling endpoint
|
| Modifier and Type | Method and Description |
|---|---|
static Twitter4JConsumer |
Twitter4JFactory.getConsumer(TwitterEndpoint te,
String uri) |
static org.apache.camel.impl.DefaultProducer |
Twitter4JFactory.getProducer(TwitterEndpoint te,
String uri) |
| Modifier and Type | Field and Description |
|---|---|
protected TwitterEndpoint |
Twitter4JConsumer.te
Instance of TwitterEndpoint.
|
| Constructor and Description |
|---|
Twitter4JConsumer(TwitterEndpoint te) |
TwitterConsumerDirect(TwitterEndpoint endpoint,
org.apache.camel.Processor processor,
Twitter4JConsumer twitter4jConsumer) |
TwitterConsumerEvent(TwitterEndpoint endpoint,
org.apache.camel.Processor processor,
Twitter4JConsumer twitter4jConsumer) |
TwitterConsumerPolling(TwitterEndpoint endpoint,
org.apache.camel.Processor processor,
Twitter4JConsumer twitter4jConsumer) |
| Constructor and Description |
|---|
DirectMessageConsumer(TwitterEndpoint te) |
| Constructor and Description |
|---|
SearchConsumer(TwitterEndpoint te) |
| Constructor and Description |
|---|
FilterConsumer(TwitterEndpoint te) |
SampleConsumer(TwitterEndpoint te) |
StreamingConsumer(TwitterEndpoint te) |
| Constructor and Description |
|---|
HomeConsumer(TwitterEndpoint te) |
MentionsConsumer(TwitterEndpoint te) |
RetweetsConsumer(TwitterEndpoint te) |
UserConsumer(TwitterEndpoint te) |
| Modifier and Type | Field and Description |
|---|---|
protected TwitterEndpoint |
Twitter4JProducer.te
Instance of TwitterEndpoint.
|
| Constructor and Description |
|---|
DirectMessageProducer(TwitterEndpoint te) |
SearchProducer(TwitterEndpoint te) |
Twitter4JProducer(TwitterEndpoint te) |
UserProducer(TwitterEndpoint te) |
Apache Camel