インターフェース HttpServiceGroupConfigurer.Groups<CB>

型パラメーター:
CB - クライアントビルダーの型 (RestClient ビルダーまたは WebClient ビルダー)。
含まれているインターフェース:
HttpServiceGroupConfigurer<CB>

public static interface HttpServiceGroupConfigurer.Groups<CB>
グループのセットを反復して構成するのに役立つ契約。
導入:
7.0
作成者:
Rossen Stoyanchev, Olga Maciaszek-Sharma
  • メソッドの詳細

    • filterByName

      HttpServiceGroupConfigurer.Groups<CB> filterByName(StringSE... groupNames)
      設定するグループを名前で選択します。
    • filter

      PredicateSE を介して構成するグループを選択します。
    • forEachClient

      void forEachClient(HttpServiceGroupConfigurer.ClientCallback<CB> callback)
      指定された名前または述語フィルターに一致するすべてのグループ、またはフィルターが指定されていない場合はすべてのグループのクライアントビルダーをカスタマイズするためのコールバック。
    • forEachClient

      Callback to supply the client builder for every group matched by the specified name or predicate filters, or to all groups if no filters are specified.
    • forEachProxyFactory

      void forEachProxyFactory(HttpServiceGroupConfigurer.ProxyFactoryCallback callback)
      Callback to customize the proxy factory for every group matched by the specified name or predicate filters, or to all groups if no filters are specified.
    • forEachGroup

      void forEachGroup(HttpServiceGroupConfigurer.GroupCallback<CB> callback)
      指定された名前または述語フィルターに一致するすべてのグループ、またはフィルターが指定されていない場合はすべてのグループに対して、クライアントビルダーとプロキシファクトリをカスタマイズするためのコールバック。