org.springframework.integration.twitter.inbound
Class TimelineUpdateReceivingMessageSource

java.lang.Object
  extended by org.springframework.integration.context.IntegrationObjectSupport
      extended by org.springframework.integration.endpoint.AbstractEndpoint
          extended by org.springframework.integration.twitter.inbound.AbstractTwitterMessageSource<twitter4j.Status>
              extended by org.springframework.integration.twitter.inbound.TimelineUpdateReceivingMessageSource
All Implemented Interfaces:
BeanFactoryAware, BeanNameAware, InitializingBean, Lifecycle, Phased, SmartLifecycle, NamedComponent, MessageSource, TrackableComponent

public class TimelineUpdateReceivingMessageSource
extends AbstractTwitterMessageSource<twitter4j.Status>

This MessageSource lets Spring Integration consume a given account's timeline as messages. It has support for dynamic throttling of API requests.

Since:
2.0

Field Summary
 
Fields inherited from class org.springframework.integration.twitter.inbound.AbstractTwitterMessageSource
configuration, markerId, prefetchThreshold, tweets, twitter
 
Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport
logger
 
Constructor Summary
TimelineUpdateReceivingMessageSource()
           
 
Method Summary
 java.lang.String getComponentType()
          Subclasses may implement this method to provide component type information.
 
Methods inherited from class org.springframework.integration.twitter.inbound.AbstractTwitterMessageSource
doStart, doStop, forward, forwardAll, getComparator, getMarkerId, hasMarkedStatus, markLastStatusId, onInit, receive, setConfiguration, setShouldTrack
 
Methods inherited from class org.springframework.integration.endpoint.AbstractEndpoint
getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stop
 
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.integration.context.NamedComponent
getComponentName
 

Constructor Detail

TimelineUpdateReceivingMessageSource

public TimelineUpdateReceivingMessageSource()
Method Detail

getComponentType

public java.lang.String getComponentType()
Description copied from class: IntegrationObjectSupport
Subclasses may implement this method to provide component type information.

Specified by:
getComponentType in interface NamedComponent
Overrides:
getComponentType in class IntegrationObjectSupport