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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BytesEntry
  2. Serializable
  3. Product
  4. Equals
  5. BytesEntry
  6. MetadataEntry
  7. MetadataEntry
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val value: ByteString