getInput abstract method

I? getInput(
  1. RequestContext context
)

Get the input DTO that is the source of the request to the server.

Implementation

I? getInput(RequestContext context);