Prado\Web\Services\TRpcApiProvider::processRequest PHP Method

processRequest() public method

Processes the request using the server
public processRequest ( ) : processed
return processed request
    public function processRequest()
    {
        return $this->rpcServer->processRequest();
    }