ConsumerRecord

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

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.

Implicits

Implicits

implicit val consumerRecordBitraverse: Bitraverse[[K, V] =>> ConsumerRecord[K, V]]
implicit def consumerRecordEq[K, V](implicit evidence$1: Eq[K], evidence$2: Eq[V]): Eq[ConsumerRecord[K, V]]
implicit def consumerRecordShow[K, V](implicit K: Show[K], V: Show[V]): Show[ConsumerRecord[K, V]]
implicit def consumerRecordTraverse[K]: Traverse[[_] =>> ConsumerRecord[K, _$4]]