new ClientUnaryCall(call)
An EventEmitter. Used for unary calls.
Parameters:
Name | Type | Description |
---|---|---|
call |
grpc.internal~Call | The call object associated with the request |
Extends
Methods
-
cancel()
-
Cancel the ongoing call. Results in the call ending with a CANCELLED status, unless it has already ended with some other status.
-
getPeer()
-
Get the endpoint this call/stream is connected to.
Returns:
The URI of the endpoint
- Type
- string
Events
-
metadata
-
Initial response metadata sent by the server when it starts processing the call
Type: grpc.Metadata
-
status
-
Status of the call when it has completed.
Type: grpc~StatusObject