- Type Parameters:
T
- The interface type
public interface HttpApiProvider<T>
Provides http client implementations for an interface.
-
Method Summary
-
Method Details
-
type
Return the interface type this API implements. -
provide
Return the provided implementation of the API.
-