Uses of Interface
io.vertx.kafka.client.consumer.KafkaConsumerRecord
-
Packages that use KafkaConsumerRecord Package Description io.vertx.kafka.client.consumer io.vertx.reactivex.kafka.client.consumer io.vertx.rxjava3.kafka.client.consumer -
-
Uses of KafkaConsumerRecord in io.vertx.kafka.client.consumer
Methods in io.vertx.kafka.client.consumer that return KafkaConsumerRecord Modifier and Type Method Description KafkaConsumerRecord<K,V>
KafkaConsumerRecords. recordAt(int index)
Get the record at the given indexMethod parameters in io.vertx.kafka.client.consumer with type arguments of type KafkaConsumerRecord Modifier and Type Method Description KafkaConsumer<K,V>
KafkaConsumer. 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 KafkaConsumerRecord Modifier and Type Method Description KafkaConsumerRecord
KafkaConsumerRecord. getDelegate()
Methods in io.vertx.reactivex.kafka.client.consumer with parameters of type KafkaConsumerRecord Modifier and Type Method Description static <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 Constructor Description KafkaConsumerRecord(KafkaConsumerRecord delegate)
-
Uses of KafkaConsumerRecord in io.vertx.rxjava3.kafka.client.consumer
Methods in io.vertx.rxjava3.kafka.client.consumer that return KafkaConsumerRecord Modifier and Type Method Description KafkaConsumerRecord
KafkaConsumerRecord. getDelegate()
Methods in io.vertx.rxjava3.kafka.client.consumer with parameters of type KafkaConsumerRecord Modifier and Type Method Description static <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 Constructor Description KafkaConsumerRecord(KafkaConsumerRecord delegate)
-