c

akka.grpc.scaladsl

BytesEntry

case class BytesEntry(value: ByteString) extends MetadataEntry with javadsl.BytesEntry with Product with Serializable

Represents a binary metadata entry.

value

The entry value.

Source
MetadataEntry.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, javadsl.BytesEntry, MetadataEntry, javadsl.MetadataEntry, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BytesEntry
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BytesEntry
  7. MetadataEntry
  8. MetadataEntry
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BytesEntry(value: ByteString)

    value

    The entry value.

Value Members

  1. def getValue(): ByteString

    Java API: Get the entry value.

    Java API: Get the entry value.

    Definition Classes
    BytesEntryBytesEntry
  2. val value: ByteString