GRPC PHP
1.66.0
|
Default call invoker in the gRPC stub. More...
Public Member Functions | |
createChannelFactory ($hostname, $opts) | |
UnaryCall ($channel, $method, $deserialize, $options) | |
ClientStreamingCall ($channel, $method, $deserialize, $options) | |
ServerStreamingCall ($channel, $method, $deserialize, $options) | |
BidiStreamingCall ($channel, $method, $deserialize, $options) | |
Default call invoker in the gRPC stub.
Grpc\DefaultCallInvoker::BidiStreamingCall | ( | $channel, | |
$method, | |||
$deserialize, | |||
$options | |||
) |
Implements Grpc\CallInvoker.
Grpc\DefaultCallInvoker::ClientStreamingCall | ( | $channel, | |
$method, | |||
$deserialize, | |||
$options | |||
) |
Implements Grpc\CallInvoker.
Grpc\DefaultCallInvoker::createChannelFactory | ( | $hostname, | |
$opts | |||
) |
Implements Grpc\CallInvoker.
Grpc\DefaultCallInvoker::ServerStreamingCall | ( | $channel, | |
$method, | |||
$deserialize, | |||
$options | |||
) |
Implements Grpc\CallInvoker.
Grpc\DefaultCallInvoker::UnaryCall | ( | $channel, | |
$method, | |||
$deserialize, | |||
$options | |||
) |
Implements Grpc\CallInvoker.