-
- Type Parameters:
T
- The interface type
public interface HttpApiProvider<T>
Provides http client implementations for an interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
provide(HttpClientContext client)
Return the provided implementation of the API.Class<T>
type()
Return the interface type this API implements.
-
-
-
Method Detail
-
provide
T provide(HttpClientContext client)
Return the provided implementation of the API.
-
-