Class KafkaRecordBatchStream<K,V>
- java.lang.Object
-
- io.smallrye.mutiny.operators.AbstractMulti<org.apache.kafka.clients.consumer.ConsumerRecords<K,V>>
-
- io.smallrye.reactive.messaging.kafka.impl.KafkaRecordBatchStream<K,V>
-
- All Implemented Interfaces:
io.smallrye.mutiny.Multi<org.apache.kafka.clients.consumer.ConsumerRecords<K,V>>
,org.reactivestreams.Publisher<org.apache.kafka.clients.consumer.ConsumerRecords<K,V>>
public class KafkaRecordBatchStream<K,V> extends io.smallrye.mutiny.operators.AbstractMulti<org.apache.kafka.clients.consumer.ConsumerRecords<K,V>>
-
-
Constructor Summary
Constructors Constructor Description KafkaRecordBatchStream(ReactiveKafkaConsumer<K,V> client, KafkaConnectorIncomingConfiguration config, io.vertx.core.Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
subscribe(io.smallrye.mutiny.subscription.MultiSubscriber<? super org.apache.kafka.clients.consumer.ConsumerRecords<K,V>> subscriber)
-
Methods inherited from class io.smallrye.mutiny.operators.AbstractMulti
broadcast, cache, collect, convert, emitOn, group, log, log, onCancellation, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onRequest, onSubscribe, onSubscription, onTermination, runSubscriptionOn, select, skip, subscribe, subscribe, toHotStream, toUni, transform
-
-
-
-
Constructor Detail
-
KafkaRecordBatchStream
public KafkaRecordBatchStream(ReactiveKafkaConsumer<K,V> client, KafkaConnectorIncomingConfiguration config, io.vertx.core.Context context)
-
-