c

akka.grpc.scaladsl

StringEntry

case class StringEntry(value: String) extends MetadataEntry with javadsl.StringEntry with Product with Serializable

Represents a text metadata entry.

value

The entry value.

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

Instance Constructors

  1. new StringEntry(value: String)

    value

    The entry value.

Value Members

  1. def getValue(): String

    Java API: Get the entry value.

    Java API: Get the entry value.

    Definition Classes
    StringEntryStringEntry
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. val value: String