Headers

fs2.kafka.Headers$
See theHeaders companion class
object Headers

Attributes

Companion:
class
Source:
Headers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Headers.type

Members list

Concise view

Value members

Concrete methods

def apply(headers: Header*): Headers

Creates a new Headers instance from the specified Headers.

Creates a new Headers instance from the specified Headers.

Attributes

Source:
Headers.scala
def fromChain(headers: Chain[Header]): Headers

Creates a new Headers instance from the specified Chain of Headers.

Creates a new Headers instance from the specified Chain of Headers.

Attributes

Source:
Headers.scala

Creates a new Headers instance from the specified Iterable of Headers.

Creates a new Headers instance from the specified Iterable of Headers.

Attributes

Source:
Headers.scala
def fromSeq(headers: Seq[Header]): Headers

Creates a new Headers instance from the specified Seq of Headers.

Creates a new Headers instance from the specified Seq of Headers.

Attributes

Source:
Headers.scala

Concrete fields

The empty Headers instance without any Headers.

The empty Headers instance without any Headers.

Attributes

Source:
Headers.scala

Implicits

Implicits

implicit val headersEq: Eq[Headers]

Attributes

Source:
Headers.scala
implicit val headersShow: Show[Headers]

Attributes

Source:
Headers.scala