Uses of Class
io.smallrye.reactive.messaging.kafka.impl.RecordQueue
-
Packages that use RecordQueue Package Description io.smallrye.reactive.messaging.kafka.impl -
-
Uses of RecordQueue in io.smallrye.reactive.messaging.kafka.impl
Constructor parameters in io.smallrye.reactive.messaging.kafka.impl with type arguments of type RecordQueue Constructor Description KafkaRecordStreamSubscription(ReactiveKafkaConsumer<K,V> client, KafkaConnectorIncomingConfiguration config, io.smallrye.mutiny.subscription.MultiSubscriber<? super T> subscriber, io.vertx.core.Context context, int maxPollRecords, BiConsumer<org.apache.kafka.clients.consumer.ConsumerRecords<K,V>,RecordQueue<T>> enqueueFunction)
-