|
GRPC PHP
1.31.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.
THIS IS AN EXPERIMENTAL API.
| 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.
1.8.17