new ServerWritableStream(call, serialize)
A stream that the server can write to. Used for calls that are streaming from
the server side.
Parameters:
Name | Type | Description |
---|---|---|
call |
grpc.Call | The call object to send data with |
serialize |
function | Serialization function for writes |
- Source: