public class SourcePollingChannelAdapterFactoryBean extends ObjectSE implements FactoryBean<SourcePollingChannelAdapter>, BeanFactoryAware, BeanNameAware, BeanClassLoaderAware, InitializingBean, SmartLifecycle, DisposableBean
OBJECT_TYPE_ATTRIBUTEDEFAULT_PHASE| コンストラクターと説明 |
|---|
SourcePollingChannelAdapterFactoryBean() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | afterPropertiesSet() |
void | destroy() |
SourcePollingChannelAdapter | getObject() |
ClassSE<?> | getObjectType() |
int | getPhase() |
boolean | isAutoStartup() |
boolean | isRunning() |
void | setAutoStartup(boolean autoStartup) |
void | setBeanClassLoader(ClassLoaderSE classLoader) |
void | setBeanFactory(BeanFactory beanFactory) |
void | setBeanName(StringSE beanName) |
void | setChannelResolver(DestinationResolver<MessageChannel> channelResolver) 使用する DestinationResolver 戦略を指定します。 |
void | setOutputChannel(MessageChannel outputChannel) |
void | setOutputChannelName(StringSE outputChannelName) |
void | setPhase(int phase) |
void | setPollerMetadata(PollerMetadata pollerMetadata) |
void | setRole(StringSE role) |
void | setSendTimeout(long sendTimeout) |
void | setSource(MessageSource<?> source) |
void | start() |
void | stop() |
void | stop(RunnableSE callback) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEisSingletonpublic void setSource(MessageSource<?> source)
public void setSendTimeout(long sendTimeout)
public void setOutputChannel(MessageChannel outputChannel)
public void setOutputChannelName(StringSE outputChannelName)
public void setPollerMetadata(PollerMetadata pollerMetadata)
public void setAutoStartup(boolean autoStartup)
public void setPhase(int phase)
public void setRole(StringSE role)
public void setChannelResolver(DestinationResolver<MessageChannel> channelResolver)
DestinationResolver 戦略を指定します。デフォルトは BeanFactoryChannelResolver です。channelResolver - チャネルリゾルバー。public void setBeanFactory(BeanFactory beanFactory)
BeanFactoryAware 内の setBeanFactory public void setBeanClassLoader(ClassLoaderSE classLoader)
BeanClassLoaderAware 内の setBeanClassLoader public void setBeanName(StringSE beanName)
BeanNameAware 内の setBeanName public void afterPropertiesSet()
InitializingBean 内の afterPropertiesSet public SourcePollingChannelAdapter getObject()
FactoryBean<SourcePollingChannelAdapter> 内の getObject public ClassSE<?> getObjectType()
FactoryBean<SourcePollingChannelAdapter> 内の getObjectType public boolean isAutoStartup()
SmartLifecycle 内の isAutoStartup public int getPhase()
Phased 内の getPhase SmartLifecycle 内の getPhase public void stop(RunnableSE callback)
SmartLifecycle 内の stop public void destroy()
DisposableBean 内の destroy