p

akka.grpc

scaladsl

package scaladsl

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AkkaGrpcClient extends AnyRef

    Common trait of all generated Akka gRPC clients.

    Common trait of all generated Akka gRPC clients. Not for user extension.

    Annotations
    @DoNotInherit()
  2. case class BytesEntry(value: ByteString) extends MetadataEntry with javadsl.BytesEntry with Product with Serializable

    Represents a binary metadata entry.

    Represents a binary metadata entry.

    value

    The entry value.

  3. trait Metadata extends AnyRef

    Immutable representation of the metadata in a call

    Immutable representation of the metadata in a call

    Not for user extension

    Annotations
    @ApiMayChange() @DoNotInherit()
  4. class MetadataBuilder extends AnyRef

    This class provides an interface for constructing immutable Metadata instances.

    This class provides an interface for constructing immutable Metadata instances.

    Annotations
    @DoNotInherit() @ApiMayChange()
  5. sealed trait MetadataEntry extends javadsl.MetadataEntry

    Represents a entry (value) in a collection of Metadata.

    Represents a entry (value) in a collection of Metadata.

    Annotations
    @ApiMayChange()
  6. class ScalapbProtobufSerializer[T <: GeneratedMessage] extends ProtobufSerializer[T]
    Annotations
    @ApiMayChange()
  7. trait SingleResponseRequestBuilder[Req, Res] extends AnyRef

    Request builder for requests providing per call specific metadata capabilities in addition to the client instance default options provided to it through GrpcClientSettings upon creation.

    Request builder for requests providing per call specific metadata capabilities in addition to the client instance default options provided to it through GrpcClientSettings upon creation.

    Instances are immutable so can be shared and re-used but are backed by the client that created the instance, so if that is stopped the invocations will fail.

    Not for user extension

    Annotations
    @DoNotInherit() @ApiMayChange()
  8. trait StreamResponseRequestBuilder[Req, Res] extends AnyRef

    Request builder for requests providing per call specific metadata capabilities in addition to the client instance default options provided to it through GrpcClientSettings upon creation.

    Request builder for requests providing per call specific metadata capabilities in addition to the client instance default options provided to it through GrpcClientSettings upon creation.

    Instances are immutable so can be shared and re-used but are backed by the client that created the instance, so if that is stopped the invocations will fail.

    Not for user extension

    Annotations
    @DoNotInherit() @ApiMayChange()
  9. case class StringEntry(value: String) extends MetadataEntry with javadsl.StringEntry with Product with Serializable

    Represents a text metadata entry.

    Represents a text metadata entry.

    value

    The entry value.

Value Members

  1. object GrpcExceptionHandler
    Annotations
    @ApiMayChange()
  2. object GrpcMarshalling
  3. object MetadataBuilder
  4. object ServerReflection
    Annotations
    @ApiMayChange()
  5. object ServiceHandler
    Annotations
    @ApiMayChange()
  6. object WebHandler
    Annotations
    @ApiMayChange()

Ungrouped