ForwardingServerStreamingCall
class ForwardingServerStreamingCall extends ForwardingCall (View source)
Class ForwardingServerStreamingCall wraps a \Grpc\ServerStreamingCall.
Properties
protected ServerStreamingCall | $innerCall |
Methods
mixed
responses()
No description
Details
__construct(AbstractCall|ForwardingCall $innerCall)
ForwardingCall constructor.
mixed
getMetadata()
No description
mixed
getTrailingMetadata()
No description
string
getPeer()
No description
cancel()
Cancels the call.
mixed
responses()
No description
stdClass
getStatus()
Wait for the server to send the status, and return it.