| Package | Description | 
|---|---|
| io.vertx.kafka.client.consumer | |
| io.vertx.reactivex.kafka.client.consumer | |
| io.vertx.rxjava.kafka.client.consumer | |
| io.vertx.rxjava3.kafka.client.consumer | 
| Modifier and Type | Method and Description | 
|---|---|
Future<KafkaConsumerRecords<K,V>> | 
KafkaConsumer.poll(java.time.Duration timeout)
Like  
KafkaConsumer.poll(Duration, Handler) but returns a Future of the asynchronous result | 
| Modifier and Type | Method and Description | 
|---|---|
KafkaConsumer<K,V> | 
KafkaConsumer.batchHandler(Handler<KafkaConsumerRecords<K,V>> handler)
Set the handler to be used when batches of messages are fetched
 from the Kafka server. 
 | 
void | 
KafkaConsumer.poll(java.time.Duration timeout,
    Handler<AsyncResult<KafkaConsumerRecords<K,V>>> handler)
Executes a poll for getting messages from Kafka. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KafkaConsumerRecords | 
KafkaConsumerRecords.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> KafkaConsumerRecords<K,V> | 
KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg)  | 
static <K,V> KafkaConsumerRecords<K,V> | 
KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg,
           io.vertx.lang.rx.TypeArg<K> __typeArg_K,
           io.vertx.lang.rx.TypeArg<V> __typeArg_V)  | 
| Constructor and Description | 
|---|
KafkaConsumerRecords(KafkaConsumerRecords delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
KafkaConsumerRecords | 
KafkaConsumerRecords.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> KafkaConsumerRecords<K,V> | 
KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg)  | 
static <K,V> KafkaConsumerRecords<K,V> | 
KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg,
           io.vertx.lang.rx.TypeArg<K> __typeArg_K,
           io.vertx.lang.rx.TypeArg<V> __typeArg_V)  | 
| Constructor and Description | 
|---|
KafkaConsumerRecords(KafkaConsumerRecords delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
KafkaConsumerRecords | 
KafkaConsumerRecords.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> KafkaConsumerRecords<K,V> | 
KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg)  | 
static <K,V> KafkaConsumerRecords<K,V> | 
KafkaConsumerRecords.newInstance(KafkaConsumerRecords arg,
           io.vertx.lang.rx.TypeArg<K> __typeArg_K,
           io.vertx.lang.rx.TypeArg<V> __typeArg_V)  | 
| Constructor and Description | 
|---|
KafkaConsumerRecords(KafkaConsumerRecords delegate)  | 
Copyright © 2022 Eclipse. All rights reserved.