GRPC PHP  1.62.0
Public Member Functions
Grpc\CallInvoker Interface Reference

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)
 

Detailed Description

CallInvoker is used to pass the self defined channel into the stub, while intercept each RPC with the channel accessible.

Member Function Documentation

◆ BidiStreamingCall()

Grpc\CallInvoker::BidiStreamingCall (   $channel,
  $method,
  $deserialize,
  $options 
)

Implemented in Grpc\DefaultCallInvoker.

◆ ClientStreamingCall()

Grpc\CallInvoker::ClientStreamingCall (   $channel,
  $method,
  $deserialize,
  $options 
)

Implemented in Grpc\DefaultCallInvoker.

◆ createChannelFactory()

Grpc\CallInvoker::createChannelFactory (   $hostname,
  $opts 
)

Implemented in Grpc\DefaultCallInvoker.

◆ ServerStreamingCall()

Grpc\CallInvoker::ServerStreamingCall (   $channel,
  $method,
  $deserialize,
  $options 
)

Implemented in Grpc\DefaultCallInvoker.

◆ UnaryCall()

Grpc\CallInvoker::UnaryCall (   $channel,
  $method,
  $deserialize,
  $options 
)

Implemented in Grpc\DefaultCallInvoker.


The documentation for this interface was generated from the following file: