クラスの使用
org.springframework.integration.dsl.GatewayEndpointSpec
GatewayEndpointSpec を使用するパッケージ
org.springframework.integration.dsl 内の GatewayEndpointSpec 使用
org.springframework.integration.dsl 内の型引数 GatewayEndpointSpec を持つサブクラス修飾子と型メソッド説明GatewayEndpointSpec.asyncExecutor
(ExecutorSE executor) 非同期のリクエスト / 応答シナリオの場合はExecutor
SE を設定します。GatewayEndpointSpec.errorChannel
(StringSE errorChannel) エラーチャネルを設定します。GatewayEndpointSpec.errorChannel
(MessageChannel errorChannel) エラーチャネルを設定します。GatewayEndpointSpec.errorOnTimeout
(boolean errorOnTimeout) タイムアウトフラグにエラーを設定します。GatewayEndpointSpec.replyChannel
(StringSE replyChannel) 返信チャンネルを設定します。GatewayEndpointSpec.replyChannel
(MessageChannel replyChannel) 返信チャンネルを設定します。GatewayEndpointSpec.replyTimeout
(LongSE replyTimeout) 応答タイムアウトを設定します。GatewayEndpointSpec.requestTimeout
(LongSE requestTimeout) リクエストのタイムアウトを設定します。型 GatewayEndpointSpec の型引数を持つ org.springframework.integration.dsl のメソッドパラメーター修飾子と型メソッド説明BaseIntegrationFlowDefinition.gateway
(StringSE requestChannel, ConsumerSE<GatewayEndpointSpec> endpointConfigurer) 提供されたrequestChannel
の「人工」GatewayMessageHandler
にデータを入力して、GatewayEndpointSpec
からオプションを使用してリクエストを送信します。BaseIntegrationFlowDefinition.gateway
(IntegrationFlow flow, ConsumerSE<GatewayEndpointSpec> endpointConfigurer) BaseIntegrationFlowDefinition.gateway
(MessageChannel requestChannel, ConsumerSE<GatewayEndpointSpec> endpointConfigurer) 提供されたrequestChannel
の「人工」GatewayMessageHandler
にデータを入力して、GatewayEndpointSpec
からオプションを使用してリクエストを送信します。