org.apache.camel.component.twitter.consumer.streaming
Class FilterConsumer

java.lang.Object
  extended by org.apache.camel.component.twitter.consumer.Twitter4JConsumer
      extended by org.apache.camel.component.twitter.consumer.streaming.StreamingConsumer
          extended by org.apache.camel.component.twitter.consumer.streaming.FilterConsumer
All Implemented Interfaces:
twitter4j.StatusListener

public class FilterConsumer
extends StreamingConsumer

Consumes the filter stream


Field Summary
 
Fields inherited from class org.apache.camel.component.twitter.consumer.streaming.StreamingConsumer
twitterStream
 
Fields inherited from class org.apache.camel.component.twitter.consumer.Twitter4JConsumer
lastId
 
Constructor Summary
FilterConsumer(TwitterEndpoint te)
           
 
Method Summary
 
Methods inherited from class org.apache.camel.component.twitter.consumer.streaming.StreamingConsumer
directConsume, onDeletionNotice, onException, onScrubGeo, onStatus, onTrackLimitationNotice, pollConsume, registerTweetListener, unregisterTweetListener
 
Methods inherited from class org.apache.camel.component.twitter.consumer.Twitter4JConsumer
checkLastId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterConsumer

public FilterConsumer(TwitterEndpoint te)


Apache CAMEL