vertx / io.vertx.rxjava.kafka.client.producer

Package io.vertx.rxjava.kafka.client.producer

Types

KafkaProducer

open class KafkaProducer<K : Any, V : Any> : WriteStream<KafkaProducerRecord<K, V>>

Vert.x Kafka producer.

The provides global control over writing a record.

NOTE: This class has been automatically generated from the io.vertx.kafka.client.producer.KafkaProducer non RX-ified interface using Vert.x codegen.