Public Member Functions | |
| start ($arg_iter, $metadata=array()) | |
| wait () | |
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 stream of messages and then gets a single response.
| Grpc\ClientStreamingCall::start | ( | $arg_iter, | |
$metadata = array() |
|||
| ) |
Start the call.
| Traversable | $arg_iter | The iterator of arguments to send |
| array | $metadata | Metadata to send with the call, if applicable |
| Grpc\ClientStreamingCall::wait | ( | ) |
Wait for the server to respond with data and a status
1.8.6