Interface HttpClientFactory
-
public interface HttpClientFactory
The service you can use to create http clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
create(Class<T> api, String base)
-