クラス 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