package scaladsl
- Alphabetic
- Public
- All
Type Members
-
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.
-
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()
-
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()
-
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()
-
trait
PekkoGrpcClient extends AnyRef
Common trait of all generated Apache Pekko gRPC clients.
Common trait of all generated Apache Pekko gRPC clients. Not for user extension.
- Annotations
- @DoNotInherit()
-
class
ScalapbProtobufSerializer[T <: GeneratedMessage] extends ProtobufSerializer[T]
- Annotations
- @ApiMayChange()
-
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()
-
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()
-
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
-
object
GrpcExceptionHandler
- Annotations
- @ApiMayChange()
- object GrpcMarshalling
- object MetadataBuilder
-
object
ServerReflection
- Annotations
- @ApiMayChange()
-
object
ServiceHandler
- Annotations
- @ApiMayChange()
-
object
WebHandler
- Annotations
- @ApiMayChange()