クラスの使用
org.springframework.integration.dsl.context.StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder
org.springframework.integration.dsl.context 内の StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder 使用
StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder を返す org.springframework.integration.dsl.context のメソッド修飾子と型メソッド説明アプリケーションコンテキストでIntegrationFlow
依存 Bean として登録されるオブジェクトを追加します。StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder.addBean
(StringSE name, ObjectSE bean) アプリケーションコンテキストでIntegrationFlow
依存 Bean として登録されるオブジェクトを追加します。StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder.autoStartup
(boolean autoStartupToSet) IntegrationFlow
を登録後に自動的に開始する必要があるかどうかを示すboolean
フラグ。登録するIntegrationFlow
のid
を指定します。StandardIntegrationFlowContext.registration
(IntegrationFlow integrationFlow) アソシエイトは、IntegrationFlow
にStandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder
を提供して、アプリケーションコンテキストでの追加オプションとさらなる登録を実現しました。