GrpcResponseMetadata

@DoNotInherit @ApiMayChange

Represents the metadata related to a gRPC call with a streaming response

Not for user extension

Source:
GrpcClientResponse.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Java API: The response metadata, the metadata is only for reading and must not be mutated.

Java API: The response metadata, the metadata is only for reading and must not be mutated.

Source:
GrpcClientResponse.scala
def getTrailers(): CompletionStage[Metadata]

Java API: Trailers from the server, is completed after the response stream completes

Java API: Trailers from the server, is completed after the response stream completes

Source:
GrpcClientResponse.scala

Scala API: The response metadata, the metadata is only for reading and must not be mutated.

Scala API: The response metadata, the metadata is only for reading and must not be mutated.

Source:
GrpcClientResponse.scala
def trailers: Future[Metadata]

Scala API: Trailers from the server, is completed after the response stream completes

Scala API: Trailers from the server, is completed after the response stream completes

Source:
GrpcClientResponse.scala