Interface Tools.ClientSupplier<C>
- Type Parameters:
C- the client type
- Enclosing class:
Tools
public static interface Tools.ClientSupplier<C>
Creates a client instance.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
create
Creates a client instance.- Parameters:
builder- the HTTP builder- Returns:
- the client instance
-