| Package | Description |
|---|---|
| io.vertx.rxjava3.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<K,V> |
KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg) |
static <K,V> KafkaConsumerRecord<K,V> |
KafkaConsumerRecord.newInstance(KafkaConsumerRecord arg,
TypeArg<K> __typeArg_K,
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 .
|
io.reactivex.rxjava3.core.Flowable<KafkaConsumerRecord<K,V>> |
KafkaConsumer.toFlowable() |
io.reactivex.rxjava3.core.Observable<KafkaConsumerRecord<K,V>> |
KafkaConsumer.toObservable() |
| Modifier and Type | Method and Description |
|---|---|
KafkaConsumer<K,V> |
KafkaConsumer.handler(io.vertx.core.Handler<KafkaConsumerRecord<K,V>> handler) |
io.reactivex.rxjava3.core.Completable |
KafkaConsumer.pipeTo(WriteStream<KafkaConsumerRecord<K,V>> dst)
Pipe this
ReadStream to the WriteStream. |
io.reactivex.rxjava3.core.Completable |
KafkaConsumer.rxPipeTo(WriteStream<KafkaConsumerRecord<K,V>> dst)
Pipe this
ReadStream to the WriteStream. |
Copyright © 2022 Eclipse. All rights reserved.