Package | Description |
---|---|
io.vertx.kafka.client.consumer | |
io.vertx.reactivex.kafka.client.consumer | |
io.vertx.rxjava.kafka.client.consumer |
Modifier and Type | Method and Description |
---|---|
KafkaConsumerRecord<K,V> |
KafkaConsumerRecords.recordAt(int index)
Get the record at the given index
|
Modifier and Type | Method and Description |
---|---|
KafkaConsumer<K,V> |
KafkaConsumer.handler(Handler<KafkaConsumerRecord<K,V>> handler) |
Modifier and Type | Method and Description |
---|---|
KafkaConsumerRecord |
KafkaConsumerRecord.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <K,V> KafkaConsumerRecord<K,V> |
KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg) |
static <K,V> KafkaConsumerRecord<K,V> |
KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg,
io.vertx.lang.rx.TypeArg<K> __typeArg_K,
io.vertx.lang.rx.TypeArg<V> __typeArg_V) |
Constructor and Description |
---|
KafkaConsumerRecord(KafkaConsumerRecord delegate) |
Modifier and Type | Method and Description |
---|---|
KafkaConsumerRecord |
KafkaConsumerRecord.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <K,V> KafkaConsumerRecord<K,V> |
KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg) |
static <K,V> KafkaConsumerRecord<K,V> |
KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg,
io.vertx.lang.rx.TypeArg<K> __typeArg_K,
io.vertx.lang.rx.TypeArg<V> __typeArg_V) |
Constructor and Description |
---|
KafkaConsumerRecord(KafkaConsumerRecord delegate) |
Copyright © 2021 Eclipse. All rights reserved.