クラスの使用
org.springframework.integration.dsl.IntegrationFlowBuilder
IntegrationFlowBuilder を使用するパッケージ
org.springframework.integration.dsl 内の IntegrationFlowBuilder 使用
修飾子と型メソッド説明static IntegrationFlowBuilderMessageChannelを新しいIntegrationFlowBuilderチェーンに入力します。これは、提供されたサービスインターフェース上に構築されたメッセージングゲートウェイのrequestChannelになります。static IntegrationFlowBuilderIntegrationFlow.from(ClassSE<?> serviceInterface, @Nullable ConsumerSE<GatewayProxySpec> endpointConfigurer) MessageChannelを新しいIntegrationFlowBuilderチェーンに入力します。これは、提供されたサービスインターフェース上に構築されたメッセージングゲートウェイのrequestChannelになります。static IntegrationFlowBuilderMessageChannel名を新しいIntegrationFlowBuilderチェーンに入力します。static IntegrationFlowBuilderMessageChannel名を新しいIntegrationFlowBuilderチェーンに入力します。static IntegrationFlowBuilderstatic IntegrationFlowBuilderIntegrationFlow.from(MessageSource<?> messageSource) 提供されたMessageSourceオブジェクトをIntegrationFlowBuilderチェーンに移入します。static IntegrationFlowBuilderIntegrationFlow.from(MessageSource<?> messageSource, @Nullable ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) 提供されたMessageSourceオブジェクトをIntegrationFlowBuilderチェーンに移入します。static IntegrationFlowBuilderIntegrationFlow.from(IntegrationFlow other) IntegrationFlowのコンポジションでフローを開始します。static IntegrationFlowBuilderIntegrationFlow.from(MessageChannelSpec<?, ?> messageChannelSpec) static IntegrationFlowBuilderIntegrationFlow.from(MessageProducerSpec<?, ?> messageProducerSpec) MessageProducerSpecからの流れるような API を使用して、MessageProducerSupportオブジェクトをIntegrationFlowBuilderチェーンに移入します。static IntegrationFlowBuilderIntegrationFlow.from(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec) 提供されたMessageSourceSpecからの流れるような API を使用して、MessageSourceオブジェクトをIntegrationFlowBuilderチェーンに移入します。static IntegrationFlowBuilderIntegrationFlow.from(MessageSourceSpec<?, ? extends MessageSource<?>> messageSourceSpec, @Nullable ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) 提供されたMessageSourceSpecからの流れるような API を使用して、MessageSourceオブジェクトをIntegrationFlowBuilderチェーンに移入します。static IntegrationFlowBuilderIntegrationFlow.from(MessagingGatewaySpec<?, ?> inboundGatewaySpec) MessagingGatewaySpecからの流れるような API を使用して、MessagingGatewaySupportオブジェクトをIntegrationFlowBuilderチェーンに移入します。static IntegrationFlowBuilderIntegrationFlow.from(MessageProducerSupport messageProducer) 提供されたMessageProducerSupportオブジェクトをIntegrationFlowBuilderチェーンに移入します。static IntegrationFlowBuilderIntegrationFlow.from(MessagingGatewaySupport inboundGateway) 提供されたMessagingGatewaySupportオブジェクトをIntegrationFlowBuilderチェーンに移入します。static IntegrationFlowBuilderIntegrationFlow.from(MessageChannel messageChannel) 提供されたMessageChannelオブジェクトをIntegrationFlowBuilderチェーンに移入します。protected IntegrationFlowBuilderprotected IntegrationFlowBuilderIntegrationFlowAdapter.from(ClassSE<?> serviceInterface, @Nullable ConsumerSE<GatewayProxySpec> endpointConfigurer) サービスインターフェースのプロキシからフローを開始します。protected IntegrationFlowBuilderstatic <T> IntegrationFlowBuilderIntegrationFlow.fromSupplier(SupplierSE<T> messageSource) アプリケーションコンテキストのデフォルトのポーラー(宣言する必要があります)によってトリガーされる統合フローへのメッセージのソースとしてSupplierSE を提供します。static <T> IntegrationFlowBuilderIntegrationFlow.fromSupplier(SupplierSE<T> messageSource, @Nullable ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer) 統合フローへのメッセージのソースとしてSupplierSE を提供します。protected <T> IntegrationFlowBuilderIntegrationFlowAdapter.fromSupplier(SupplierSE<T> messageSource) protected <T> IntegrationFlowBuilderIntegrationFlowAdapter.fromSupplier(SupplierSE<T> messageSource, ConsumerSE<SourcePollingChannelAdapterSpec> endpointConfigurer)