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 TypeMethodDescriptionLikeKafkaConsumer.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(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, Handler<AsyncResult<KafkaConsumerRecords<K, V>>> handler) Executes a poll for getting messages from Kafka.