Uses of Interface
io.vertx.kafka.client.consumer.KafkaConsumerRecords
-
Packages that use KafkaConsumerRecords Package Description io.vertx.kafka.client.consumer -
-
Uses of KafkaConsumerRecords in io.vertx.kafka.client.consumer
Methods in io.vertx.kafka.client.consumer that return types with arguments of type KafkaConsumerRecords Modifier and Type Method Description Future<KafkaConsumerRecords<K,V>>KafkaConsumer. poll(Duration timeout)Executes a poll for getting messages from Kafka.Method parameters in io.vertx.kafka.client.consumer with type arguments of type KafkaConsumerRecords Modifier and Type Method Description KafkaConsumer<K,V>KafkaConsumer. batchHandler(Handler<KafkaConsumerRecords<K,V>> handler)Set the handler to be used when batches of messages are fetched from the Kafka server.
-