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