Interface Tools.ApiProvider<A,C>
- Type Parameters:
A- the API typeC- the client type
- Enclosing class:
Tools
public static interface Tools.ApiProvider<A,C>
Consumes a client and creates for it an API instance.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
create
Creates the API instance.- Parameters:
uri- the client URIclient- the client
-