インターフェース IntegrationFlowContext

すべての既知の実装クラス:
StandardIntegrationFlowContext

public interface IntegrationFlowContext
標準の Bean 登録フェーズではなく、IntegrationFlow の動的(手動)登録用のパブリック API。

このコンポーネントの Bean は、フレームワークを介して自動的に提供されます。Bean 名は、大文字と小文字を区別しないクラス名に基づいています。使用する前に、ターゲットサービスに注入する必要があります。

典型的なユースケース、アルゴリズムは次のとおりです。

便宜上、関連する IntegrationFlowContext.IntegrationFlowRegistration は登録後に返されます。ターゲット IntegrationFlow へのアクセス、またはそのライフサイクルでの操作に使用できます。

導入:
5.0
作成者:
Artem Bilan, Gary Russell, Artem Vozhdayenko
関連事項: