TransportInterface
interface TransportInterface (View source)
Methods
Details
BidiStream
startBidiStreamingCall(Call $call, array $options)
Starts a bidi streaming call.
ClientStream
startClientStreamingCall(Call $call, array $options)
Starts a client streaming call.
ServerStream
startServerStreamingCall(Call $call, array $options)
Starts a server streaming call.
PromiseInterface
startUnaryCall(Call $call, array $options)
Returns a promise used to execute network requests.
void
close()
Closes the connection, if one exists.