Uses of Class
io.vertx.rxjava3.kafka.client.consumer.KafkaConsumerRecord
-
Packages that use KafkaConsumerRecord Package Description io.vertx.rxjava3.kafka.client.consumer -
-
Uses of KafkaConsumerRecord in io.vertx.rxjava3.kafka.client.consumer
Fields in io.vertx.rxjava3.kafka.client.consumer with type parameters of type KafkaConsumerRecord Modifier and Type Field Description static TypeArg<KafkaConsumerRecord>KafkaConsumerRecord. __TYPE_ARGMethods in io.vertx.rxjava3.kafka.client.consumer that return 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, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)KafkaConsumerRecord<K,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 KafkaConsumerRecord Modifier and Type Method Description Pipe<KafkaConsumerRecord<K,V>>KafkaConsumer. pipe()Pause this stream and return a to transfer the elements of this stream to a destination .io.reactivex.rxjava3.core.Flowable<KafkaConsumerRecord<K,V>>KafkaConsumer. toFlowable()io.reactivex.rxjava3.core.Observable<KafkaConsumerRecord<K,V>>KafkaConsumer. toObservable()Method parameters in io.vertx.rxjava3.kafka.client.consumer with type arguments of type KafkaConsumerRecord Modifier and Type Method Description KafkaConsumer<K,V>KafkaConsumer. handler(Handler<KafkaConsumerRecord<K,V>> handler)io.reactivex.rxjava3.core.CompletableKafkaConsumer. pipeTo(WriteStream<KafkaConsumerRecord<K,V>> dst)Pipe thisReadStreamto theWriteStream.io.reactivex.rxjava3.core.CompletableKafkaConsumer. rxPipeTo(WriteStream<KafkaConsumerRecord<K,V>> dst)Pipe thisReadStreamto theWriteStream.
-