Uses of Class
io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
Packages that use KafkaConsumerRecord
-
Uses of KafkaConsumerRecord in io.vertx.rxjava3.kafka.client.consumer
Classes in io.vertx.rxjava3.kafka.client.consumer that implement interfaces with type arguments of type KafkaConsumerRecordFields in io.vertx.rxjava3.kafka.client.consumer with type parameters of type KafkaConsumerRecordModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<KafkaConsumerRecord> KafkaConsumerRecord.__TYPE_ARGMethods in io.vertx.rxjava3.kafka.client.consumer that return 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) KafkaConsumerRecords.recordAt(int index) Get the record at the given indexMethods in io.vertx.rxjava3.kafka.client.consumer that return types with arguments of type KafkaConsumerRecordModifier and TypeMethodDescriptionKafkaConsumer.pipe()Pause this stream and return a to transfer the elements of this stream to a destination .KafkaConsumer.toFlowable()KafkaConsumer.toObservable()Method parameters in io.vertx.rxjava3.kafka.client.consumer with type arguments of type KafkaConsumerRecordModifier and TypeMethodDescriptionKafkaConsumer.handler(Handler<KafkaConsumerRecord<K, V>> handler) KafkaConsumer.pipeTo(WriteStream<KafkaConsumerRecord<K, V>> dst) Pipe thisReadStreamto theWriteStream.KafkaConsumer.rxPipeTo(WriteStream<KafkaConsumerRecord<K, V>> dst) Pipe thisReadStreamto theWriteStream.