org.apache.camel.component.twitter.consumer
Class Twitter4JConsumer
java.lang.Object
org.apache.camel.component.twitter.consumer.Twitter4JConsumer
- Direct Known Subclasses:
- DirectMessageConsumer, HomeConsumer, MentionsConsumer, PublicConsumer, RetweetsConsumer, SearchConsumer, StreamingConsumer, UserConsumer
public abstract class Twitter4JConsumer
- extends Object
|
Field Summary |
protected long |
lastId
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastId
protected long lastId
Twitter4JConsumer
public Twitter4JConsumer()
checkLastId
protected void checkLastId(long newId)
pollConsume
public abstract List<? extends Serializable> pollConsume()
throws twitter4j.TwitterException
- Throws:
twitter4j.TwitterException
directConsume
public abstract List<? extends Serializable> directConsume()
throws twitter4j.TwitterException
- Throws:
twitter4j.TwitterException
Apache CAMEL