Interface Tools.ApiProvider<A,C>

Type Parameters:
A - the API type
C - 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

    Modifier and Type
    Method
    Description
    create(String uri, C client)
    Creates the API instance.
  • Method Details

    • create

      A create(String uri, C client)
      Creates the API instance.
      Parameters:
      uri - the client URI
      client - the client