Copied!

Class ForwardingCall wraps a \Grpc\AbstractCall.

  • experimental
Abstract
Methods
public __construct( $innerCall)
 

ForwardingCall constructor.

  • param \AbstractCall|\ForwardingCall $innerCall
public cancel()
 

Cancels the call.

public getMetadata()
 
  • return mixed The metadata sent by the server
public getPeer()
 
  • return string The URI of the endpoint
public getTrailingMetadata()
 
  • return mixed The trailing metadata sent by the server
Properties
protected object $innerCall
 
  • var \AbstractCall|\ForwardingCall
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration