Makes a request for a specific request within a given RPC group. It builds up the request and executes it, returning the response.
Reusable function for the client and the server.
The RPC group to get the client from.
The name of the request to get the client for.
A function that takes the request payload and returns the response.
Makes a request for a specific request within a given RPC group. It builds up the request and executes it, returning the response.
Reusable function for the client and the server.