Readonly
headerHeaders received from the response.
Readonly
messageThe output messages.
Readonly
methodMetadata related to the service method that is being called.
Readonly
serviceMetadata related to the service that is being called.
Readonly
streamThe stream
property discriminates between UnaryResponse and
StreamingConn.
Readonly
trailerTrailers received from the response. Note that trailers are only populated when the entirety of the response has been read.
Generated using TypeDoc
StreamResponse is used in interceptors to represent an ongoing call that has zero or more input messages, and zero or more output messages.