ConsumerRecord

fs2.kafka.ConsumerRecord
See theConsumerRecord companion class

Attributes

Companion
class
Source
ConsumerRecord.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, partition: Int, offset: Long, key: K, value: V): ConsumerRecord[K, V]

Creates a new ConsumerRecord instance using the specified key and value, and the topic, partition, and offset of the record.

Creates a new ConsumerRecord instance using the specified key and value, and the topic, partition, and offset of the record.

Attributes

Source
ConsumerRecord.scala

Implicits

Implicits

implicit def consumerRecordEq[K : Eq, V : Eq]: Eq[ConsumerRecord[K, V]]

Attributes

Source
ConsumerRecord.scala
implicit def consumerRecordShow[K, V](implicit K: Show[K], V: Show[V]): Show[ConsumerRecord[K, V]]

Attributes

Source
ConsumerRecord.scala
implicit def consumerRecordTraverse[K]: Traverse[[_] =>> ConsumerRecord[K, _$4]]

Attributes

Source
ConsumerRecord.scala