t

akka.grpc

GrpcResponseMetadata

trait GrpcResponseMetadata extends AnyRef

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

Not for user extension

Annotations
@DoNotInherit() @ApiMayChange()
Source
GrpcClientResponse.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcResponseMetadata
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getHeaders(): Metadata

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

  2. abstract def getTrailers(): CompletionStage[Metadata]

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

  3. abstract def headers: Metadata

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

  4. abstract def trailers: Future[Metadata]

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