Public Member Functions | |
| start ($arg, $metadata=array()) | |
| responses () | |
| getStatus () | |
Public Member Functions inherited from Grpc\AbstractCall | |
| __construct (Channel $channel, $method, $deserialize) | |
| getMetadata () | |
| cancel () | |
Additional Inherited Members | |
Protected Member Functions inherited from Grpc\AbstractCall | |
| deserializeResponse ($value) | |
Protected Attributes inherited from Grpc\AbstractCall | |
| $call | |
| $deserialize | |
| $metadata | |
Represents an active call that sends a single message and then gets a stream of reponses
| Grpc\ServerStreamingCall::getStatus | ( | ) |
Wait for the server to send the status, and return it.
| Grpc\ServerStreamingCall::responses | ( | ) |
| Grpc\ServerStreamingCall::start | ( | $arg, | |
$metadata = array() |
|||
| ) |
Start the call
| $arg | The argument to send | |
| array | $metadata | Metadata to send with the call, if applicable |
1.8.6