public interface IClient<S extends ClientRequest,T extends IResponse>
| Modifier and Type | Method and Description |
|---|---|
T |
execute(S request,
IClientConfig requestConfig)
Execute the request and return the response.
|
T execute(S request, IClientConfig requestConfig) throws java.lang.Exception
java.lang.Exception