クラス BaseIntegrationFlowDefinition<B extends BaseIntegrationFlowDefinition<B>>

java.lang.ObjectSE
org.springframework.integration.dsl.BaseIntegrationFlowDefinition<B>
型パラメーター:
B - BaseIntegrationFlowDefinition 実装型。
既知の直属サブクラス
IntegrationFlowDefinition

@IntegrationDsl public abstract class BaseIntegrationFlowDefinition<B extends BaseIntegrationFlowDefinition<B>> extends ObjectSE
EIP メソッドチェーンの Builder パターン実装。アプリケーションコンテキストでの将来の登録のために、Spring Integration コンポーネントを IntegrationFlow に取り込むためのさまざまな方法を提供します。
導入:
5.2.1
作成者:
Artem Bilan, Gary Russell, Gabriele Del Prete, Tim Feuerbach, Ngoc Nhan
関連事項: