StringEntry

akka.grpc.scaladsl.StringEntry
case class StringEntry(value: String) extends MetadataEntry with StringEntry

Represents a text metadata entry.

Attributes

value

The entry value.

Source:
MetadataEntry.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def getValue(): String

Java API: Get the entry value.

Java API: Get the entry value.

Attributes

Definition Classes
Source:
MetadataEntry.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product