クラス SourcePollingChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec < SourcePollingChannelAdapterSpec、reactor.util.function.Tuple2< SourcePollingChannelAdapterFactoryBean、MessageSource <?>>>
org.springframework.integration.dsl.EndpointSpec < SourcePollingChannelAdapterSpec、SourcePollingChannelAdapterFactoryBean、MessageSource <?>>
org.springframework.integration.dsl.SourcePollingChannelAdapterSpec
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<reactor.util.function.Tuple2<SourcePollingChannelAdapterFactoryBean,
、MessageSource<?>>> InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
、ComponentsRegistration
public class SourcePollingChannelAdapterSpec
extends EndpointSpec<SourcePollingChannelAdapterSpec,SourcePollingChannelAdapterFactoryBean,MessageSource<?>>
- 導入:
- 5.0
- 作成者:
- Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.dsl.EndpointSpec から継承されたフィールド
componentsToRegister, endpointFactoryBean, handler
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明autoStartup
(boolean autoStartup) phase
(int phase) poller
(PollerMetadata pollerMetadata) エンドポイントのロールを指定します。sendTimeout
(long sendTimeout) チャネルでの送信をブロックするためのタイムアウト。taskScheduler
(TaskScheduler taskScheduler) ポーリングタスク用にTaskScheduler
を設定します。クラス org.springframework.integration.dsl.EndpointSpec から継承されたメソッド
assertHandler, doGet, getComponentsToRegister, id, obtainInputChannelFromFlow, obtainInputChannelFromFlow, poller, poller
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
コンストラクターの詳細
SourcePollingChannelAdapterSpec
メソッドの詳細
phase
- 次で指定:
- クラス
EndpointSpec<SourcePollingChannelAdapterSpec,
のSourcePollingChannelAdapterFactoryBean, MessageSource<?>> phase
- パラメーター:
phase
- フェーズ。- 戻り値:
- エンドポイント仕様。
- 関連事項:
autoStartup
- 次で指定:
- クラス
EndpointSpec<SourcePollingChannelAdapterSpec,
のSourcePollingChannelAdapterFactoryBean, MessageSource<?>> autoStartup
- パラメーター:
autoStartup
- autoStartup。- 戻り値:
- エンドポイント仕様
- 関連事項:
poller
- 次で指定:
- クラス
EndpointSpec<SourcePollingChannelAdapterSpec,
のSourcePollingChannelAdapterFactoryBean, MessageSource<?>> poller
- パラメーター:
pollerMetadata
- pollerMetadata- 戻り値:
- エンドポイント仕様。
- 関連事項:
role
クラスからコピーされた説明:EndpointSpec
エンドポイントのロールを指定します。このようなエンドポイントは、グループとして開始 / 停止できます。- 次で指定:
- クラス
EndpointSpec<SourcePollingChannelAdapterSpec,
のSourcePollingChannelAdapterFactoryBean, MessageSource<?>> role
- パラメーター:
role
- このエンドポイントのロール。- 戻り値:
- エンドポイント仕様
- 関連事項:
taskScheduler
ポーリングタスク用にTaskScheduler
を設定します。- パラメーター:
taskScheduler
- ポーリングタスク用のTaskScheduler
。- 戻り値:
- スペック
- 導入:
- 6.4
sendTimeout
チャネルでの送信をブロックするためのタイムアウト。- パラメーター:
sendTimeout
- 使用するタイムアウト。- 戻り値:
- スペック。
- 導入:
- 6.3.9