ForwardingUnaryCall
class ForwardingUnaryCall extends ForwardingCall (View source)
Class ForwardingUnaryCall wraps a \Grpc\UnaryCall.
Properties
protected UnaryCall | $innerCall |
Methods
array
wait()
Wait for the server to respond with data and a status.
Details
__construct(AbstractCall|ForwardingCall $innerCall)
ForwardingCall constructor.
mixed
getMetadata()
No description
mixed
getTrailingMetadata()
No description
string
getPeer()
No description
cancel()
Cancels the call.
array
wait()
Wait for the server to respond with data and a status.