Uses of Class
io.vertx.kafka.client.producer.RecordMetadata
Packages that use RecordMetadata
Package
Description
-
Uses of RecordMetadata in io.vertx.kafka.client.producer
Methods in io.vertx.kafka.client.producer that return RecordMetadataModifier and TypeMethodDescriptionRecordMetadata.setOffset(long offset) Set the offset of the record in the topic/partition.RecordMetadata.setPartition(int partition) Set the partition the record was sent toRecordMetadata.setTimestamp(long timestamp) Set the timestamp of the record in the topic/partitionSet the topic the record was appended toMethods in io.vertx.kafka.client.producer that return types with arguments of type RecordMetadataModifier and TypeMethodDescriptionKafkaProducer.send(KafkaProducerRecord<K, V> record) Asynchronously write a record to a topic -
Uses of RecordMetadata in io.vertx.reactivex.kafka.client.producer
Methods in io.vertx.reactivex.kafka.client.producer that return types with arguments of type RecordMetadataModifier and TypeMethodDescriptionKafkaProducer.rxSend(KafkaProducerRecord<K, V> record) Asynchronously write a record to a topicKafkaProducer.send(KafkaProducerRecord<K, V> record) Asynchronously write a record to a topic -
Uses of RecordMetadata in io.vertx.rxjava3.kafka.client.producer
Methods in io.vertx.rxjava3.kafka.client.producer that return types with arguments of type RecordMetadataModifier and TypeMethodDescriptionKafkaProducer.rxSend(KafkaProducerRecord<K, V> record) Asynchronously write a record to a topicKafkaProducer.send(KafkaProducerRecord<K, V> record) Asynchronously write a record to a topic