クラス GatewayEndpointSpec

実装されたすべてのインターフェース:
DisposableBeanFactoryBean<reactor.util.function.Tuple2<ConsumerEndpointFactoryBean,GatewayMessageHandler>>InitializingBeanLifecyclePhasedSmartLifecycleComponentsRegistration

public class GatewayEndpointSpec extends ConsumerEndpointSpec<GatewayEndpointSpec,GatewayMessageHandler>
ミッドフロー GatewayMessageHandlerConsumerEndpointSpec 実装。
導入:
5.0
作成者:
Artem Bilan
  • コンストラクターの詳細

    • GatewayEndpointSpec

      protected GatewayEndpointSpec(MessageChannel requestChannel)
    • GatewayEndpointSpec

      protected GatewayEndpointSpec(StringSE requestChannel)
  • メソッドの詳細

    • replyChannel

      public GatewayEndpointSpec replyChannel(MessageChannel replyChannel)
      返信チャンネルを設定します。
      パラメーター:
      replyChannel - 返信チャネル
      戻り値:
      スペック
    • replyChannel

      public GatewayEndpointSpec replyChannel(StringSE replyChannel)
      返信チャンネルを設定します。
      パラメーター:
      replyChannel - 返信チャネル
      戻り値:
      スペック
    • errorChannel

      public GatewayEndpointSpec errorChannel(MessageChannel errorChannel)
      エラーチャネルを設定します。
      パラメーター:
      errorChannel - エラーチャネル
      戻り値:
      スペック
    • errorChannel

      public GatewayEndpointSpec errorChannel(StringSE errorChannel)
      エラーチャネルを設定します。
      パラメーター:
      errorChannel - エラーチャネル
      戻り値:
      スペック
    • requestTimeout

      public GatewayEndpointSpec requestTimeout(LongSE requestTimeout)
      リクエストのタイムアウトを設定します。
      パラメーター:
      requestTimeout - リクエストのタイムアウト
      戻り値:
      スペック
    • replyTimeout

      public GatewayEndpointSpec replyTimeout(LongSE replyTimeout)
      応答タイムアウトを設定します。
      パラメーター:
      replyTimeout - 応答タイムアウト
      戻り値:
      スペック
    • errorOnTimeout

      public GatewayEndpointSpec errorOnTimeout(boolean errorOnTimeout)
      タイムアウトフラグにエラーを設定します。
      パラメーター:
      errorOnTimeout - 応答タイムアウトの場合にエラーを生成する場合は true。
      戻り値:
      スペック。
      導入:
      6.2
      関連事項: