|
GRPC PHP
1.32.0
|
CallInvoker is used to pass the self defined channel into the stub, while intercept each RPC with the channel accessible. 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) | |
CallInvoker is used to pass the self defined channel into the stub, while intercept each RPC with the channel accessible.
THIS IS AN EXPERIMENTAL API.
| Grpc\CallInvoker::BidiStreamingCall | ( | $channel, | |
| $method, | |||
| $deserialize, | |||
| $options | |||
| ) |
Implemented in Grpc\DefaultCallInvoker.
| Grpc\CallInvoker::ClientStreamingCall | ( | $channel, | |
| $method, | |||
| $deserialize, | |||
| $options | |||
| ) |
Implemented in Grpc\DefaultCallInvoker.
| Grpc\CallInvoker::createChannelFactory | ( | $hostname, | |
| $opts | |||
| ) |
Implemented in Grpc\DefaultCallInvoker.
| Grpc\CallInvoker::ServerStreamingCall | ( | $channel, | |
| $method, | |||
| $deserialize, | |||
| $options | |||
| ) |
Implemented in Grpc\DefaultCallInvoker.
| Grpc\CallInvoker::UnaryCall | ( | $channel, | |
| $method, | |||
| $deserialize, | |||
| $options | |||
| ) |
Implemented in Grpc\DefaultCallInvoker.
1.8.17