package grpc
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AkkaGrpcGenerated extends Annotation
- Annotations
- @Retention()
- final class GrpcChannel extends AnyRef
- final class GrpcClientCloseException extends IllegalStateException
Thrown if close() is called on a client that uses a shared channel.
- final class GrpcClientSettings extends AnyRef
- Annotations
- @ApiMayChange()
- trait GrpcProtocol extends AnyRef
A variant of the gRPC protocol - e.g.
A variant of the gRPC protocol - e.g. gRPC and gRPC-Web
- trait GrpcResponseMetadata extends AnyRef
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
- Annotations
- @DoNotInherit() @ApiMayChange()
- class GrpcServiceException extends StatusRuntimeException
- Annotations
- @ApiMayChange()
- trait GrpcSingleResponse[T] extends GrpcResponseMetadata
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
- Annotations
- @DoNotInherit()
- trait ProtobufSerializer[T] extends AnyRef
- trait ServiceDescription extends AnyRef
- Annotations
- @ApiMayChange()
- class Trailers extends AnyRef
- Annotations
- @ApiMayChange()
Value Members
- object GrpcChannel
- object GrpcClientSettings
- object GrpcProtocol
INTERNAL API
INTERNAL API
Core definitions for gRPC protocols.
- Annotations
- @InternalApi()
- object GrpcServiceException extends Serializable
- object SSLContextUtils
- object Trailers