The MockServerStreamingCall class is used to mock out the \Grpc\ServerStreamingCall class (https://github.com/grpc/grpc/blob/master/src/php/lib/Grpc/ServerStreamingCall.php)
- internal
CloneableInstantiable
- Extends
Grpc\AbstractCall Grpc\ServerStreamingCall - Implements
- Traits
| Methods |
| public __construct(array $responses, $deserialize = NULL, ?stdClass $status = NULL) MockServerStreamingCall constructor.
|
public getStatus()
|
| public responses() |
| Properties |
| Methods |
protected deserializeMessage( $message, $deserialize)
|
| Properties |
| private $responses = NULL |
| private $status = NULL |