インターフェースの使用
org.springframework.integration.dsl.context.IntegrationFlowContext.IntegrationFlowRegistrationBuilder
org.springframework.integration.dsl.context 内の IntegrationFlowContext.IntegrationFlowRegistrationBuilder 使用
IntegrationFlowContext.IntegrationFlowRegistrationBuilder を実装している org.springframework.integration.dsl.context のクラスIntegrationFlowContext.IntegrationFlowRegistrationBuilder を返す org.springframework.integration.dsl.context のメソッド修飾子と型メソッド説明アプリケーションコンテキストでIntegrationFlow依存 Bean として登録されるオブジェクトを追加します。アプリケーションコンテキストでIntegrationFlow依存 Bean として登録されるオブジェクトを追加します。IntegrationFlowContext.IntegrationFlowRegistrationBuilder.autoStartup(boolean autoStartup) IntegrationFlowを登録後に自動的に開始する必要があるかどうかを示すbooleanフラグ。登録するIntegrationFlowのidを指定します。IntegrationFlowContext.registration(IntegrationFlow integrationFlow) アソシエイトは、IntegrationFlowにIntegrationFlowContext.IntegrationFlowRegistrationBuilderを提供して、アプリケーションコンテキストでの追加オプションとさらなる登録を実現しました。IntegrationFlowContext.IntegrationFlowRegistrationBuilder.setDescription(StringSE description) この統合フローの人間が読める説明を設定します。StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder.setDescription(StringSE description) この手動統合フロー定義の構成ソースObjectを設定します。StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder.setSource(ObjectSE source) IntegrationFlowContext.IntegrationFlowRegistrationBuilder.useFlowIdAsPrefix()このメソッドを呼び出して、フロー内の Bean 名の前に(必須の)フロー ID とピリオドを付けます。StandardIntegrationFlowContext.StandardIntegrationFlowRegistrationBuilder.useFlowIdAsPrefix()