ProducerRecord

fs2.kafka.ProducerRecord
See theProducerRecord companion class

Attributes

Companion
class
Source
ProducerRecord.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply[K, V](topic: String, key: K, value: V): ProducerRecord[K, V]

Creates a new ProducerRecord instance using the specified key and value, and the topic to which the record should be produced.

Creates a new ProducerRecord instance using the specified key and value, and the topic to which the record should be produced.

Attributes

Source
ProducerRecord.scala

Implicits

Implicits

implicit def producerRecordEq[K : Eq, V : Eq]: Eq[ProducerRecord[K, V]]

Attributes

Source
ProducerRecord.scala
implicit def producerRecordShow[K, V](implicit K: Show[K], V: Show[V]): Show[ProducerRecord[K, V]]

Attributes

Source
ProducerRecord.scala
implicit def producerRecordTraverse[K]: Traverse[[_] =>> ProducerRecord[K, _$2]]

Attributes

Source
ProducerRecord.scala