abstract class ForwardingCall

Class ForwardingCall wraps a \Grpc\AbstractCall.

Properties

protected AbstractCall $innerCall

Methods

__construct(AbstractCall|ForwardingCall $innerCall)

ForwardingCall constructor.

mixed
getMetadata()

No description

mixed
getTrailingMetadata()

No description

string
getPeer()

No description

cancel()

Cancels the call.

Details

at line 52
__construct(AbstractCall|ForwardingCall $innerCall)

ForwardingCall constructor.

Parameters

AbstractCall|ForwardingCall $innerCall

at line 60
mixed getMetadata()

Return Value

mixed The metadata sent by the server

at line 68
mixed getTrailingMetadata()

Return Value

mixed The trailing metadata sent by the server

at line 76
string getPeer()

Return Value

string The URI of the endpoint

at line 84
cancel()

Cancels the call.