Class AbstractCall
Class AbstractCall.
Direct known subclasses
Grpc\BidiStreamingCall, Grpc\ClientStreamingCall, Grpc\ServerStreamingCall, Grpc\UnaryCall
public
|
#
__construct( Grpc\Channel $channel, string $method, callable $deserialize, array $options = [] )
Create a new Call wrapper object. |
public
mixed
|
|
public
mixed
|
|
public
string
|
|
public
|
|
protected
string
|
|
protected
mixed
|
|
public
|
#
setCallCredentials( CallCredentials $call_credentials )
Set the CallCredentials for the underlying Call. |
protected
Call
|
$call
|
|
protected
|
$deserialize
|
|
protected
|
$metadata
|
|
protected
|
$trailing_metadata
|