Copied!

Class ForwardingServerStreamingCall wraps a \Grpc\ServerStreamingCall.

  • experimental
CloneableInstantiable
Methods
public Google\ApiCore\Transport\Grpc\ForwardingCall::__construct( $innerCall)
 

ForwardingCall constructor.

  • param \AbstractCall|\ForwardingCall $innerCall
public Google\ApiCore\Transport\Grpc\ForwardingCall::cancel()
 

Cancels the call.

public Google\ApiCore\Transport\Grpc\ForwardingCall::getMetadata()
 
  • return mixed The metadata sent by the server
public Google\ApiCore\Transport\Grpc\ForwardingCall::getPeer()
 
  • return string The URI of the endpoint
public getStatus()
 

Wait for the server to send the status, and return it.

  • return \stdClass The status object, with integer $code, string $details, and array $metadata members
public Google\ApiCore\Transport\Grpc\ForwardingCall::getTrailingMetadata()
 
  • return mixed The trailing metadata sent by the server
public responses()
 
  • return mixed An iterator of response values
Properties
protected object $innerCall
 
  • var \ServerStreamingCall
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration