Clients -
grpc :
StreamingClient
Provides the gRPC actions for interacting with gRPC server.
Remote Methods
Sends request message to the server.
Parameters
- res any
-
The inbound request message.
-
Return Type
(error?) Returns an error if encounters an error while sending the response, returns nil otherwise.
Informs the server, caller finished sending messages.
-
Return Type
(error?) Returns an error if encounters an error while sending the response, returns nil otherwise.