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>> Flow.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
ConstructorsConstructorDescriptionKafkaRecordBatchStream(ReactiveKafkaConsumer<K, V> client, RuntimeKafkaSourceConfiguration config, io.vertx.core.Context context) -
Method Summary
Methods inherited from class io.smallrye.mutiny.operators.AbstractMulti
broadcast, cache, capDemandsUsing, collect, convert, emitOn, group, ifNoItem, log, log, onCancellation, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onRequest, onSubscription, onTermination, paceDemand, runSubscriptionOn, select, skip, subscribe, subscribe, toHotStream, toUni, withContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.mutiny.Multi
attachContext, call, call, capDemandsTo, concatMap, filter, flatMap, invoke, invoke, map, plug, stage
-
Constructor Details
-
KafkaRecordBatchStream
public KafkaRecordBatchStream(ReactiveKafkaConsumer<K, V> client, RuntimeKafkaSourceConfiguration config, io.vertx.core.Context context)
-
-
Method Details