Module: vertx-kafka-client-js/kafka_producer_record

Classes

KafkaProducerRecord

Methods

(static) KafkaProducerRecord.create(topic, value) → {KafkaProducerRecord}

Create a concrete instance of a Vert.x producer record
Parameters:
Name Type Description
topic string the topic this record is being sent to
value Object the value
Source:
Returns:
Vert.x producer record
Type
KafkaProducerRecord