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

recordAt

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

Get the record at the given index

Parameters

index - the index of the record to get

Exceptions

IndexOutOfBoundsException - if index <0 or index>=#size()