call

abstract suspend fun <T> call(call: RpcCall): T(source)

This method is used by generated clients to perform a call to the server.

Return

result of the call, for example, data from the server.

Parameters

T

type of the result

call

an object that contains all required information about the called method, that is needed to route it properly to the server.