Uses of Interface
io.vertx.kafka.client.consumer.KafkaConsumerRecords
Packages that use KafkaConsumerRecords
-
Uses of KafkaConsumerRecords in io.vertx.kafka.client.consumer
Methods in io.vertx.kafka.client.consumer that return types with arguments of type KafkaConsumerRecordsModifier and TypeMethodDescriptionio.vertx.core.Future<KafkaConsumerRecords<K,V>> LikeKafkaConsumer.poll(Duration, Handler)but returns aFutureof the asynchronous resultMethod parameters in io.vertx.kafka.client.consumer with type arguments of type KafkaConsumerRecordsModifier and TypeMethodDescriptionKafkaConsumer.batchHandler(io.vertx.core.Handler<KafkaConsumerRecords<K, V>> handler) Set the handler to be used when batches of messages are fetched from the Kafka server.voidKafkaConsumer.poll(Duration timeout, io.vertx.core.Handler<io.vertx.core.AsyncResult<KafkaConsumerRecords<K, V>>> handler) Executes a poll for getting messages from Kafka.