Readonly
headerHeaders received from the response.
Readonly
messageThe received output message.
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
UnaryResponse is used in interceptors to represent a response with a single output message.