ServerStreamingCallInterface
interface ServerStreamingCallInterface (View source)
internal |
Methods
void
start(mixed $data, array $metadata = [], array $options = [])
Start the call.
mixed
responses()
No description
mixed
getMetadata()
No description
mixed
getTrailingMetadata()
No description
string
getPeer()
No description
void
cancel()
Cancels the call.
void
setCallCredentials(mixed $call_credentials)
Set the CallCredentials for the underlying Call.
Details
void
start(mixed $data, array $metadata = [], array $options = [])
Start the call.
mixed
responses()
No description
stdClass
getStatus()
Return the status of the server stream.
mixed
getMetadata()
No description
mixed
getTrailingMetadata()
No description
string
getPeer()
No description
void
cancel()
Cancels the call.
void
setCallCredentials(mixed $call_credentials)
Set the CallCredentials for the underlying Call.