execute abstract method

Future<RestRowResponse> execute(
  1. RestRowRequest rowRequest
)

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

Implementation

Future<RestRowResponse> execute(RestRowRequest rowRequest);