Client: StreamingClient
The base client used in the generated client code to provide the gRPC streaming client actions for interacting with the gRPC server.
Remote Methods
sendError
Isolated Function
Remote Function
Sends an error message to the server.
1grpc:Error? result = sClient->sendError(error grpc:AbortedError("Operation aborted"));
Parameters
- err Error
Error instance
receive
Isolated Function
Remote Function
Receives server responses in client streaming and bidirectional streaming.
1anydata|grpc:Error? result = streamingClient->receive();