Uses of Interface
io.vertx.kafka.client.consumer.KafkaConsumerRecord
Packages that use KafkaConsumerRecord
Package
Description
-
Uses of KafkaConsumerRecord in io.vertx.kafka.client.consumer
Subinterfaces with type arguments of type KafkaConsumerRecord in io.vertx.kafka.client.consumerMethods in io.vertx.kafka.client.consumer that return KafkaConsumerRecordModifier and TypeMethodDescriptionKafkaConsumerRecords.recordAt(int index) Get the record at the given indexMethod parameters in io.vertx.kafka.client.consumer with type arguments of type KafkaConsumerRecordModifier and TypeMethodDescriptionKafkaConsumer.handler(Handler<KafkaConsumerRecord<K, V>> handler) -
Uses of KafkaConsumerRecord in io.vertx.reactivex.kafka.client.consumer
Methods in io.vertx.reactivex.kafka.client.consumer that return KafkaConsumerRecordMethods in io.vertx.reactivex.kafka.client.consumer with parameters of type KafkaConsumerRecordModifier and TypeMethodDescriptionstatic <K,V> KafkaConsumerRecord <K, V> KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg) static <K,V> KafkaConsumerRecord <K, V> KafkaConsumerRecord.newInstance(KafkaConsumerRecord 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 KafkaConsumerRecord -
Uses of KafkaConsumerRecord in io.vertx.rxjava3.kafka.client.consumer
Methods in io.vertx.rxjava3.kafka.client.consumer that return KafkaConsumerRecordMethods in io.vertx.rxjava3.kafka.client.consumer with parameters of type KafkaConsumerRecordModifier and TypeMethodDescriptionstatic <K,V> KafkaConsumerRecord <K, V> KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg) static <K,V> KafkaConsumerRecord <K, V> KafkaConsumerRecord.newInstance(KafkaConsumerRecord 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 KafkaConsumerRecord