execute abstract method

Future<RowResponse> execute(
  1. RowRequest rowRequest
)

Override this method and implement http call by using the parameters from the rowRequest.

Implementation

Future<RowResponse> execute(RowRequest rowRequest);