vertx / io.vertx.kafka.client.consumer / KafkaConsumerRecords

KafkaConsumerRecords

interface KafkaConsumerRecords<K : Any, V : Any>

Vert.x Kafka consumer records

Functions

isEmpty

abstract fun isEmpty(): Boolean

recordAt

abstract fun recordAt(index: Int): KafkaConsumerRecord<K, V>

Get the record at the given index

records

abstract fun records(): ConsumerRecords<K, V>

size

abstract fun size(): Int