Package | Description |
---|---|
io.vertx.reactivex.kafka.client.consumer |
Modifier and Type | Field and Description |
---|---|
static TypeArg<KafkaConsumerRecords> |
KafkaConsumerRecords.__TYPE_ARG |
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,
TypeArg<K> __typeArg_K,
TypeArg<V> __typeArg_V) |
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.
|
Copyright © 2017. All rights reserved.