public class TwitterSearchChannelAdapter extends AbstractTwitterInboundChannelAdapter
Modifier and Type | Class and Description |
---|---|
static class |
TwitterSearchChannelAdapter.ResultType |
AbstractTwitterInboundChannelAdapter.StreamReadingTask
Constructor and Description |
---|
TwitterSearchChannelAdapter(org.springframework.social.twitter.api.impl.TwitterTemplate twitter) |
Modifier and Type | Method and Description |
---|---|
protected java.net.URI |
buildUri() |
protected void |
doSendLine(java.lang.String line) |
java.lang.String |
getComponentType() |
void |
setGeocode(java.lang.String geocode) |
void |
setIncludeEntities(boolean includeEntities) |
void |
setQuery(java.lang.String query) |
void |
setResultType(TwitterSearchChannelAdapter.ResultType resultType) |
doStart, doStop, getLanguage, onInit, setConnectTimeout, setLanguage, setReadTimeout, wait
sendMessage, setErrorChannel, setOutputChannel, setSendTimeout, setShouldTrack
getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stop
afterPropertiesSet, getApplicationContextId, getBeanFactory, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setComponentName, setConversionService, setMessageBuilderFactory, toString
public TwitterSearchChannelAdapter(org.springframework.social.twitter.api.impl.TwitterTemplate twitter)
public void setQuery(java.lang.String query)
public void setGeocode(java.lang.String geocode)
public void setResultType(TwitterSearchChannelAdapter.ResultType resultType)
public void setIncludeEntities(boolean includeEntities)
public java.lang.String getComponentType()
getComponentType
in interface org.springframework.integration.support.context.NamedComponent
getComponentType
in class org.springframework.integration.context.IntegrationObjectSupport
protected java.net.URI buildUri()
buildUri
in class AbstractTwitterInboundChannelAdapter
protected void doSendLine(java.lang.String line)
doSendLine
in class AbstractTwitterInboundChannelAdapter