Uses of Class
io.vertx.kafka.client.producer.RecordMetadata
Packages that use RecordMetadata
-
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 topicMethod parameters in io.vertx.kafka.client.producer with type arguments of type RecordMetadataModifier and TypeMethodDescriptionKafkaProducer.send(KafkaProducerRecord<K, V> record, Handler<AsyncResult<RecordMetadata>> handler) Asynchronously write a record to a topic