インターフェース HttpServiceGroupAdapter<CB>

型パラメーター:
CB - クライアントビルダーの型 (RestClient ビルダーまたは WebClient ビルダー)。
すべての既知の実装クラス:
RestClientHttpServiceGroupAdapter, WebClientHttpServiceGroupAdapter

public interface HttpServiceGroupAdapter<CB>
クライアントビルダー型に依存しないグループを構成するのに役立つアダプター。
導入:
7.0
作成者:
Rossen Stoyanchev, Phillip Webb
  • メソッドの詳細

    • createClientBuilder

      CB createClientBuilder()
      クライアントビルダーインスタンスを作成します。
    • getConfigurerType

      ClassSE<? extends HttpServiceGroupConfigurer<CB>> getConfigurerType()
      このグループと互換性のあるコンフィギュレーターの型を返します。
    • createExchangeAdapter

      HttpExchangeAdapter createExchangeAdapter(CB clientBuilder)
      クライアントビルダーを使用して、グループの HttpServiceProxyFactory を初期化するために使用する HttpExchangeAdapter を作成します。