public function ClientStreamingCall()

in src/GCPCallInvoker.php [74:77]


    public function ClientStreamingCall($channel, $method, $deserialize, $options)
    {
        return new GCPClientStreamCall($channel, $method, $deserialize, $options);
    }