akka.grpc

package akka.grpc

Type members

Classlikes

final class GrpcChannel
Companion:
object
Source:
GrpcChannel.scala
Companion:
class
Source:
GrpcChannel.scala
final class GrpcClientCloseException() extends IllegalStateException

Thrown if close() is called on a client that uses a shared channel.

Thrown if close() is called on a client that uses a shared channel.

Source:
GrpcClientCloseException.scala
@ApiMayChange
final class GrpcClientSettings

A variant of the gRPC protocol - e.g. gRPC and gRPC-Web

A variant of the gRPC protocol - e.g. gRPC and gRPC-Web

Companion:
object
Source:
GrpcProtocol.scala
@InternalApi

INTERNAL API

INTERNAL API

Core definitions for gRPC protocols.

Companion:
class
Source:
GrpcProtocol.scala
@DoNotInherit @ApiMayChange

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

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

Not for user extension

Source:
GrpcClientResponse.scala
@ApiMayChange
class GrpcServiceException(val status: Status, val metadata: Metadata) extends StatusRuntimeException
@DoNotInherit

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

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

Not for user extension

Source:
GrpcClientResponse.scala
@ApiMayChange
class Trailers(val status: Status, val metadata: Metadata)
Companion:
object
Source:
Trailers.scala
object Trailers
Companion:
class
Source:
Trailers.scala