Uses of Interface
io.vertx.kafka.client.consumer.KafkaConsumerRecords
Packages that use KafkaConsumerRecords
Package
Description
-
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 TypeMethodDescriptionExecutes a poll for getting messages from Kafka.Method 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. -
Uses of KafkaConsumerRecords in io.vertx.reactivex.kafka.client.consumer
Methods in io.vertx.reactivex.kafka.client.consumer that return KafkaConsumerRecordsMethods in io.vertx.reactivex.kafka.client.consumer with parameters of type KafkaConsumerRecordsModifier and TypeMethodDescriptionstatic <K,V> KafkaConsumerRecords <K, V> KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg) static <K,V> KafkaConsumerRecords <K, V> KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg, io.vertx.lang.rx.TypeArg<K> __typeArg_K, io.vertx.lang.rx.TypeArg<V> __typeArg_V) Constructors in io.vertx.reactivex.kafka.client.consumer with parameters of type KafkaConsumerRecords -
Uses of KafkaConsumerRecords in io.vertx.rxjava3.kafka.client.consumer
Methods in io.vertx.rxjava3.kafka.client.consumer that return KafkaConsumerRecordsMethods in io.vertx.rxjava3.kafka.client.consumer with parameters of type KafkaConsumerRecordsModifier and TypeMethodDescriptionstatic <K,V> KafkaConsumerRecords <K, V> KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg) static <K,V> KafkaConsumerRecords <K, V> KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg, io.vertx.lang.rx.TypeArg<K> __typeArg_K, io.vertx.lang.rx.TypeArg<V> __typeArg_V) Constructors in io.vertx.rxjava3.kafka.client.consumer with parameters of type KafkaConsumerRecords