GrpcSingleResponse

akka.grpc.GrpcSingleResponse
@DoNotInherit

Represents the metadata related to a gRPC call with a single response value

Not for user extension

Attributes

Source:
GrpcClientResponse.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def getValue(): T

Java API: The response body

Java API: The response body

Attributes

Source:
GrpcClientResponse.scala
def value: T

Scala API: The response body

Scala API: The response body

Attributes

Source:
GrpcClientResponse.scala

Inherited 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.

Attributes

Inherited from:
GrpcResponseMetadata
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

Attributes

Inherited from:
GrpcResponseMetadata
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.

Attributes

Inherited from:
GrpcResponseMetadata
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

Attributes

Inherited from:
GrpcResponseMetadata
Source:
GrpcClientResponse.scala