Interface HttpApiProvider<T>

  • Type Parameters:
    T - The interface type

    public interface HttpApiProvider<T>
    Provides http client implementations for an interface.
    • Method Detail

      • type

        Class<T> type()
        Return the interface type this API implements.
      • provide

        T provide​(HttpClientContext client)
        Return the provided implementation of the API.