Uses of Class
io.vertx.mutiny.kafka.client.consumer.KafkaConsumerRecord
Packages that use KafkaConsumerRecord
-
Uses of KafkaConsumerRecord in io.vertx.mutiny.kafka.client.consumer
Fields in io.vertx.mutiny.kafka.client.consumer with type parameters of type KafkaConsumerRecordModifier and TypeFieldDescriptionstatic final TypeArg<KafkaConsumerRecord>KafkaConsumerRecord.__TYPE_ARGMethods in io.vertx.mutiny.kafka.client.consumer that return KafkaConsumerRecordModifier and TypeMethodDescriptionstatic <K,V> KafkaConsumerRecord<K, V> KafkaConsumerRecord.newInstance(io.vertx.kafka.client.consumer.KafkaConsumerRecord<K, V> delegate) Creates a new instance of theKafkaConsumerRecord.static <K,V> KafkaConsumerRecord<K, V> KafkaConsumerRecord.newInstance(io.vertx.kafka.client.consumer.KafkaConsumerRecord<K, V> delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1) Creates a new instance of theKafkaConsumerRecord.KafkaConsumerRecords.recordAt(int index) Get the record at the given indexMethods in io.vertx.mutiny.kafka.client.consumer that return types with arguments of type KafkaConsumerRecordModifier and TypeMethodDescriptionKafkaConsumer.pipe()Pause this stream and return aPipeto transfer the elements of this stream to a destinationWriteStream.KafkaConsumer.toBlockingIterable()KafkaConsumer.toBlockingStream()io.smallrye.mutiny.Multi<KafkaConsumerRecord<K,V>> KafkaConsumer.toMulti()Method parameters in io.vertx.mutiny.kafka.client.consumer with type arguments of type KafkaConsumerRecordModifier and TypeMethodDescriptionKafkaConsumer.handler(Consumer<KafkaConsumerRecord<K, V>> handler) io.smallrye.mutiny.Uni<Void>KafkaConsumer.pipeTo(WriteStream<KafkaConsumerRecord<K, V>> dst) Pipe thisReadStreamto theWriteStream.voidKafkaConsumer.pipeToAndAwait(WriteStream<KafkaConsumerRecord<K, V>> dst) Pipe thisReadStreamto theWriteStream.KafkaConsumer.pipeToAndForget(WriteStream<KafkaConsumerRecord<K, V>> dst) Pipe thisReadStreamto theWriteStream.