Uses of Interface
io.vertx.kafka.client.consumer.KafkaConsumerRecord
-
Packages that use KafkaConsumerRecord Package Description io.vertx.kafka.client.consumer -
-
Uses of KafkaConsumerRecord in io.vertx.kafka.client.consumer
Methods in io.vertx.kafka.client.consumer that return KafkaConsumerRecord Modifier and Type Method Description KafkaConsumerRecord<K,V>KafkaConsumerRecords. recordAt(int index)Get the record at the given indexMethod parameters in io.vertx.kafka.client.consumer with type arguments of type KafkaConsumerRecord Modifier and Type Method Description KafkaConsumer<K,V>KafkaConsumer. handler(Handler<KafkaConsumerRecord<K,V>> handler)
-