クラスの使用
org.springframework.integration.dsl.GatewayEndpointSpec
GatewayEndpointSpec を使用するパッケージ
org.springframework.integration.dsl 内の GatewayEndpointSpec 使用
org.springframework.integration.dsl 内の型引数 GatewayEndpointSpec を持つサブクラス修飾子と型メソッド説明GatewayEndpointSpec.asyncExecutor(@Nullable ExecutorSE executor) 非同期のリクエスト / 応答シナリオの場合はExecutorSE を設定します。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, @Nullable ConsumerSE<GatewayEndpointSpec> endpointConfigurer) 提供されたrequestChannelの「人工」GatewayMessageHandlerにデータを入力して、GatewayEndpointSpecからオプションを使用してリクエストを送信します。BaseIntegrationFlowDefinition.gateway(IntegrationFlow flow, @Nullable ConsumerSE<GatewayEndpointSpec> endpointConfigurer) BaseIntegrationFlowDefinition.gateway(MessageChannel requestChannel, @Nullable ConsumerSE<GatewayEndpointSpec> endpointConfigurer) 提供されたrequestChannelの「人工」GatewayMessageHandlerにデータを入力して、GatewayEndpointSpecからオプションを使用してリクエストを送信します。