Classes
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 |
Returns:
Vert.x producer record
- Type
- KafkaProducerRecord