| Package | Description | 
|---|---|
| io.vertx.rxjava.kafka.client.consumer | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<KafkaConsumerRecord> | 
KafkaConsumerRecord.__TYPE_ARG  | 
| 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)  | 
KafkaConsumerRecord<K,V> | 
KafkaConsumerRecords.recordAt(int index)
Get the record at the given index 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Pipe<KafkaConsumerRecord<K,V>> | 
KafkaConsumer.pipe()
Pause this stream and return a  to transfer the elements of this stream to a destination . 
 | 
Observable<KafkaConsumerRecord<K,V>> | 
KafkaConsumer.toObservable()  | 
| Modifier and Type | Method and Description | 
|---|---|
KafkaConsumer<K,V> | 
KafkaConsumer.handler(Handler<KafkaConsumerRecord<K,V>> handler)  | 
void | 
KafkaConsumer.pipeTo(WriteStream<KafkaConsumerRecord<K,V>> dst)
Like  
ReadStream.pipeTo(io.vertx.rxjava.core.streams.WriteStream<T>) but with no completion handler. | 
void | 
KafkaConsumer.pipeTo(WriteStream<KafkaConsumerRecord<K,V>> dst,
      Handler<AsyncResult<Void>> handler)
Pipe this  
ReadStream to the WriteStream. | 
Single<Void> | 
KafkaConsumer.rxPipeTo(WriteStream<KafkaConsumerRecord<K,V>> dst)
Pipe this  
ReadStream to the WriteStream. | 
Copyright © 2020 Eclipse. All rights reserved.