public function ServerStreamingCall()

in src/GCPCallInvoker.php [78:81]


    public function ServerStreamingCall($channel, $method, $deserialize, $options)
    {
        return new GCPServerStreamCall($channel, $method, $deserialize, $options);
    }