インターフェース HttpServiceGroupConfigurer.Groups<CB>
- 型パラメーター:
CB- クライアントビルダーの型 (RestClientビルダーまたはWebClientビルダー)。
- 含まれているインターフェース:
HttpServiceGroupConfigurer<CB>
public static interface HttpServiceGroupConfigurer.Groups<CB>
グループのセットを反復して構成するのに役立つ契約。
- 導入:
- 7.0
- 作成者:
- Rossen Stoyanchev, Olga Maciaszek-Sharma
メソッドのサマリー
修飾子と型メソッド説明filter(PredicateSE<HttpServiceGroup> predicate) PredicateSE を介して構成するグループを選択します。filterByName(StringSE... groupNames) 設定するグループを名前で選択します。void指定された名前または述語フィルターに一致するすべてのグループ、またはフィルターが指定されていない場合はすべてのグループのクライアントビルダーをカスタマイズするためのコールバック。voidCallback 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.void指定された名前または述語フィルターに一致するすべてのグループ、またはフィルターが指定されていない場合はすべてのグループに対して、クライアントビルダーとプロキシファクトリをカスタマイズするためのコールバック。voidCallback 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.
メソッドの詳細
filterByName
設定するグループを名前で選択します。filter
PredicateSE を介して構成するグループを選択します。forEachClient
指定された名前または述語フィルターに一致するすべてのグループ、またはフィルターが指定されていない場合はすべてのグループのクライアントビルダーをカスタマイズするためのコールバック。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
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
指定された名前または述語フィルターに一致するすべてのグループ、またはフィルターが指定されていない場合はすべてのグループに対して、クライアントビルダーとプロキシファクトリをカスタマイズするためのコールバック。