Interface Provider

  • All Known Implementing Classes:
    HttpProvider

    public interface Provider
    The Provider class transports the request and receives the response.
    • Method Detail

      • request

        <T> Request<T> request​(Request request,
                               RpcConverter<T> converter)
        Prepares to execute the request
        Type Parameters:
        T - the return type
        Parameters:
        request - the request to send
        converter - the converter for the response data
        Returns:
        a Request object to be executed