client Stream
abstract suspend fun <REQUEST, CLIENT_STREAM, RESPONSE> clientStream( serviceCall: ColdUpstreamCallDescription<REQUEST, CLIENT_STREAM, RESPONSE>, request: REQUEST, clientStream: Flow<CLIENT_STREAM>): RESPONSE
Content copied to clipboard