p

akka

grpc

package grpc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AkkaGrpcGenerated extends Annotation with Annotation with ClassfileAnnotation
    Annotations
    @Retention()
  2. final class GrpcChannel extends AnyRef
  3. final class GrpcClientCloseException extends IllegalStateException

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

  4. final class GrpcClientSettings extends AnyRef
    Annotations
    @ApiMayChange()
  5. trait GrpcProtocol extends AnyRef

    A variant of the gRPC protocol - e.g.

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

  6. 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()
  7. class GrpcServiceException extends StatusRuntimeException
    Annotations
    @ApiMayChange()
  8. 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()
  9. trait ProtobufSerializer[T] extends AnyRef
  10. trait ServiceDescription extends AnyRef
    Annotations
    @ApiMayChange()
  11. class Trailers extends AnyRef
    Annotations
    @ApiMayChange()

Value Members

  1. object GrpcChannel
  2. object GrpcClientSettings
  3. object GrpcProtocol

    INTERNAL API

    INTERNAL API

    Core definitions for gRPC protocols.

    Annotations
    @InternalApi()
  4. object GrpcServiceException extends Serializable
  5. object SSLContextUtils
  6. object Trailers

Ungrouped