クラスの使用
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を提供して、アプリケーションコンテキストでの追加オプションとさらなる登録を実現しました。