org.springframework.integration.twitter
Class AbstractInboundTwitterStatusEndpointSupport
java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.endpoint.AbstractEndpoint
org.springframework.integration.twitter.AbstractInboundTwitterEndpointSupport<twitter4j.Status>
org.springframework.integration.twitter.AbstractInboundTwitterStatusEndpointSupport
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, InitializingBean, Lifecycle, Phased, SmartLifecycle, NamedComponent
- Direct Known Subclasses:
- InboundMentionStatusEndpoint, InboundUpdatedStatusEndpoint
public abstract class AbstractInboundTwitterStatusEndpointSupport
- extends AbstractInboundTwitterEndpointSupport<twitter4j.Status>
Simple base class for the reply and timeline cases (as well as any other Status
implementations of
TwitterResponse
.
- Author:
- Josh Long
Methods inherited from class org.springframework.integration.twitter.AbstractInboundTwitterEndpointSupport |
doStart, doStop, forward, forwardAll, getMarkerId, handleReceivingRateLimitStatus, hasMarkedStatus, onInit, refresh, runAsAPIRateLimitsPermit, setConfiguration, setRequestChannel, waitUntilPullAvailable |
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
afterPropertiesSet, getBeanFactory, getComponentName, getComponentType, getConversionService, getRequiredMetadataPersister, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, toString |
AbstractInboundTwitterStatusEndpointSupport
public AbstractInboundTwitterStatusEndpointSupport()
markLastStatusId
protected void markLastStatusId(twitter4j.Status statusId)
- Specified by:
markLastStatusId
in class AbstractInboundTwitterEndpointSupport<twitter4j.Status>
sort
protected List<twitter4j.Status> sort(List<twitter4j.Status> rl)
- Specified by:
sort
in class AbstractInboundTwitterEndpointSupport<twitter4j.Status>
Copyright © 2010. All Rights Reserved.