クラス EndpointSpec<S extends EndpointSpec<S,F,H>, F extends BeanNameAware & FactoryBean<? extends AbstractEndpoint>, H>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec <S, reacters.util.function.Tuple2<F, H>>
org.springframework.integration.dsl.EndpointSpec<S,F,H>
- 型パラメーター:
S- ターゲットConsumerEndpointSpec実装型。F- ターゲットBeanNameAware実装型。H- ターゲットMessageHandler実装型。
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<reactor.util.function.Tuple2<F,、H>> InitializingBean、Lifecycle、Phased、SmartLifecycle、ComponentsRegistration
- 既知の直属サブクラス
ConsumerEndpointSpec,SourcePollingChannelAdapterSpec
public abstract class EndpointSpec<S extends EndpointSpec<S,F,H>, F extends BeanNameAware & FactoryBean<? extends AbstractEndpoint>, H>
extends IntegrationComponentSpec<S, reactor.util.function.Tuple2<F,H>>
implements ComponentsRegistration
エンドポイントの
IntegrationComponentSpec。- 導入:
- 5.0
- 作成者:
- Artem Bilan, Gary Russell
フィールドのサマリー
フィールドクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedEndpointSpec(F endpointFactoryBean) protectedEndpointSpec(H handler, F endpointFactoryBean) メソッドのサマリー
修飾子と型メソッド説明abstract SautoStartup(boolean autoStartup) doGet()コンポーネント識別子を構成します。protected MessageChannel提供されたIntegrationFlowの入力としてMessageChannelを取得するか、IntegrationFlowを作成して、提供されたフローを新しいものにラップしてみてください。protected MessageChannelobtainInputChannelFromFlow(IntegrationFlow subFlow, boolean evaluateInternalBuilder) 提供されたIntegrationFlowの入力としてMessageChannelを取得するか、IntegrationFlowを作成して、提供されたフローを新しいものにラップしてみてください。abstract Sphase(int phase) poller(FunctionSE<PollerFactory, PollerSpec> pollers) poller(PollerSpec pollerMetadataSpec) abstract Spoller(PollerMetadata pollerMetadata) abstract Sエンドポイントのロールを指定します。クラス 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インターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
フィールドの詳細
componentsToRegister
endpointFactoryBean
protected final F extends BeanNameAware & FactoryBean<? extends AbstractEndpoint> endpointFactoryBeanhandler
コンストラクターの詳細
EndpointSpec
EndpointSpec
メソッドの詳細
id
クラスからコピーされた説明:IntegrationComponentSpecコンポーネント識別子を構成します。このコンポーネントのアプリケーションコンテキストに Bean を登録するためのbeanNameとして使用されます。- オーバーライド:
- クラス
IntegrationComponentSpec<S extends EndpointSpec<S,のF, H>, reactor.util.function.Tuple2<F extends BeanNameAware & FactoryBean<? extends AbstractEndpoint>, H>> id - パラメーター:
id- ID。- 戻り値:
- スペック。
poller
- パラメーター:
pollers- ポーラー- 戻り値:
- エンドポイント仕様。
- 関連事項:
poller
- パラメーター:
pollerMetadataSpec- pollerMetadataSpec- 戻り値:
- エンドポイント仕様。
- 関連事項:
poller
- パラメーター:
pollerMetadata- pollerMetadata- 戻り値:
- エンドポイント仕様。
- 関連事項:
phase
- パラメーター:
phase- フェーズ。- 戻り値:
- エンドポイント仕様。
- 関連事項:
autoStartup
- パラメーター:
autoStartup- autoStartup。- 戻り値:
- エンドポイント仕様
- 関連事項:
role
getComponentsToRegister
- 次で指定:
- インターフェース
ComponentsRegistrationのgetComponentsToRegister
doGet
- オーバーライド:
- クラス
IntegrationComponentSpec<S extends EndpointSpec<S,のF, H>, reactor.util.function.Tuple2<F extends BeanNameAware & FactoryBean<? extends AbstractEndpoint>, H>> doGet
obtainInputChannelFromFlow
提供されたIntegrationFlowの入力としてMessageChannelを取得するか、IntegrationFlowを作成して、提供されたフローを新しいものにラップしてみてください。- パラメーター:
subFlow- 入力チャネルを抽出するためのIntegrationFlow。- 戻り値:
- 作成フローの入力チャネル
- 導入:
- 5.0.4
obtainInputChannelFromFlow
protected MessageChannel obtainInputChannelFromFlow(IntegrationFlow subFlow, boolean evaluateInternalBuilder) 提供されたIntegrationFlowの入力としてMessageChannelを取得するか、IntegrationFlowを作成して、提供されたフローを新しいものにラップしてみてください。- パラメーター:
subFlow- 入力チャネルを抽出するためのIntegrationFlow。evaluateInternalBuilder- 内部IntegrationFlowDefinitionをIntegrationFlowコンポーネントに対して評価する必要がある場合、または将来のユースケースのためにcomponentsToRegisterのビルダーとして残す必要がある場合は true。たとえば、ビルダーは、親子依存関係の Bean 登録順序を保持するルーター構成に使用されます。- 戻り値:
- 作成フローの入力チャネル
- 導入:
- 5.0.4