org.apache.camel.component.twitter.consumer.timeline
Class MentionsConsumer
java.lang.Object
org.apache.camel.component.twitter.consumer.Twitter4JConsumer
org.apache.camel.component.twitter.consumer.timeline.MentionsConsumer
public class MentionsConsumer
- extends Twitter4JConsumer
Consumes tweets in which the user has been mentioned.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MentionsConsumer
public MentionsConsumer(TwitterEndpoint te)
pollConsume
public List<twitter4j.Status> pollConsume()
throws twitter4j.TwitterException
- Specified by:
pollConsume in class Twitter4JConsumer
- Throws:
twitter4j.TwitterException
directConsume
public List<twitter4j.Status> directConsume()
throws twitter4j.TwitterException
- Specified by:
directConsume in class Twitter4JConsumer
- Throws:
twitter4j.TwitterException
Apache CAMEL