GRPC PHP  1.62.0
Public Member Functions
Grpc\DefaultCallInvoker Class Reference

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)
 

Detailed Description

Default call invoker in the gRPC stub.

Member Function Documentation

◆ BidiStreamingCall()

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

Implements Grpc\CallInvoker.

◆ ClientStreamingCall()

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

Implements Grpc\CallInvoker.

◆ createChannelFactory()

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

Implements Grpc\CallInvoker.

◆ ServerStreamingCall()

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

Implements Grpc\CallInvoker.

◆ UnaryCall()

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

Implements Grpc\CallInvoker.


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