Package | Description |
---|---|
io.vertx.reactivex.kafka.client.producer |
Modifier and Type | Field and Description |
---|---|
static TypeArg<KafkaProducerRecord> |
KafkaProducerRecord.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static <K,V> KafkaProducerRecord<K,V> |
KafkaProducerRecord.create(String topic,
K key,
V value)
Create a concrete instance of a Vert.x producer record
|
static <K,V> KafkaProducerRecord<K,V> |
KafkaProducerRecord.create(String topic,
K key,
V value,
Long timestamp,
Integer partition)
Create a concrete instance of a Vert.x producer record
|
static <K,V> KafkaProducerRecord<K,V> |
KafkaProducerRecord.create(String topic,
V value)
Create a concrete instance of a Vert.x producer record
|
static <K,V> KafkaProducerRecord<K,V> |
KafkaProducerRecord.newInstance(KafkaProducerRecord arg) |
static <K,V> KafkaProducerRecord<K,V> |
KafkaProducerRecord.newInstance(KafkaProducerRecord arg,
TypeArg<K> __typeArg_K,
TypeArg<V> __typeArg_V) |
Modifier and Type | Method and Description |
---|---|
void |
KafkaProducer.end(KafkaProducerRecord<K,V> kafkaProducerRecord) |
Single<RecordMetadata> |
KafkaProducer.rxWrite(KafkaProducerRecord<K,V> record)
Asynchronously write a record to a topic
|
KafkaProducer<K,V> |
KafkaProducer.write(KafkaProducerRecord<K,V> kafkaProducerRecord) |
KafkaProducer<K,V> |
KafkaProducer.write(KafkaProducerRecord<K,V> record,
Handler<AsyncResult<RecordMetadata>> handler)
Asynchronously write a record to a topic
|
Copyright © 2017. All rights reserved.