org.springframework.integration.twitter
Class InboundMentionStatusEndpoint
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
org.springframework.integration.twitter.InboundMentionStatusEndpoint
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, InitializingBean, Lifecycle, Phased, SmartLifecycle, NamedComponent
public class InboundMentionStatusEndpoint
- extends AbstractInboundTwitterStatusEndpointSupport
Handles forwarding all new Status
that are 'replies' or 'mentions' to some other tweet.
- Author:
- Josh Long
Method Summary |
protected void |
refresh()
|
Methods inherited from class org.springframework.integration.twitter.AbstractInboundTwitterEndpointSupport |
doStart, doStop, forward, forwardAll, getMarkerId, handleReceivingRateLimitStatus, hasMarkedStatus, onInit, 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 |
InboundMentionStatusEndpoint
public InboundMentionStatusEndpoint()
refresh
protected void refresh()
throws Exception
- Specified by:
refresh
in class AbstractInboundTwitterEndpointSupport<twitter4j.Status>
- Throws:
Exception
Copyright © 2010. All Rights Reserved.