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

recordAt

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

Get the record at the given index

Parameters

index - the index of the record to get

Return