callServerStreaming

abstract fun <T> callServerStreaming(call: RpcCall): Flow<T>(source)

This method is used by generated clients to perform a call to the server that returns a streaming flow.

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.