public class TwitterStreamChannelAdapter extends AbstractTwitterInboundChannelAdapter
修飾子と型 | クラスと説明 |
---|---|
static class | TwitterStreamChannelAdapter.FilterLevel |
AbstractTwitterInboundChannelAdapter.StreamReadingTask
コンストラクターと説明 |
---|
TwitterStreamChannelAdapter(org.springframework.social.twitter.api.impl.TwitterTemplate twitter) |
修飾子と型 | メソッドと説明 |
---|---|
protected java.net.URI | buildUri() |
protected void | doSendLine(java.lang.String line) |
java.lang.String | getComponentType() |
void | setDelimited(boolean delimited) "delimited=length" をクエリに追加するかどうか。 |
void | setFilterLevel(TwitterStreamChannelAdapter.FilterLevel filterLevel) "none"、「低」または「中」のいずれか |
void | setFollow(java.lang.String follow) ストリームを 1 人以上のユーザーに制限します。 |
void | setLocations(java.lang.String locations) 返されたツイートを場所ごとにバインドします。 |
void | setStallWarnings(boolean stallWarnings) "stall_warnings=true" をクエリに追加するかどうか。 |
void | setTrack(java.lang.String track) 単語やフレーズでツイートをフィルタリングします。 |
doStart, doStop, getLanguage, onInit, setConnectTimeout, setLanguage, setReadTimeout, wait
getMessagingTemplate, sendMessage, setErrorChannel, setOutputChannel, setSendTimeout, setShouldTrack
doStop, getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stop
afterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, toString
public TwitterStreamChannelAdapter(org.springframework.social.twitter.api.impl.TwitterTemplate twitter)
public void setDelimited(boolean delimited)
public void setStallWarnings(boolean stallWarnings)
public void setFilterLevel(TwitterStreamChannelAdapter.FilterLevel filterLevel)
public void setTrack(java.lang.String track)
public void setFollow(java.lang.String follow)
public void setLocations(java.lang.String locations)
public java.lang.String getComponentType()
org.springframework.integration.support.context.NamedComponent
の getComponentType
org.springframework.integration.context.IntegrationObjectSupport
の getComponentType
protected java.net.URI buildUri()
AbstractTwitterInboundChannelAdapter
の buildUri
protected void doSendLine(java.lang.String line)
AbstractTwitterInboundChannelAdapter
の doSendLine