| Package | Description |
|---|---|
| io.vertx.rxjava.kafka.client.consumer |
| Modifier and Type | Field and Description |
|---|---|
static TypeArg<KafkaConsumerRecord> |
KafkaConsumerRecord.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> KafkaConsumerRecord |
KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg) |
static <K,V> KafkaConsumerRecord |
KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg,
TypeArg<K> __typeArg_K,
TypeArg<V> __typeArg_V) |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<KafkaConsumerRecord<K,V>> |
KafkaConsumer.toObservable() |
| Modifier and Type | Method and Description |
|---|---|
KafkaConsumer<K,V> |
KafkaConsumer.handler(Handler<KafkaConsumerRecord<K,V>> handler) |
Copyright © 2017. All rights reserved.