interface KafkaConsumerRecords<K : Any, V : Any>
Vert.x Kafka consumer records
abstract fun isEmpty(): Boolean |
|
abstract fun recordAt(index: Int): KafkaConsumerRecord<K, V>
Get the record at the given index |
|
abstract fun records(): ConsumerRecords<K, V> |
|
abstract fun size(): Int |