Uses of Class
io.smallrye.reactive.messaging.kafka.impl.ReactiveKafkaConsumer
Packages that use ReactiveKafkaConsumer
Package
Description
-
Uses of ReactiveKafkaConsumer in io.smallrye.reactive.messaging.kafka.fault
Constructors in io.smallrye.reactive.messaging.kafka.fault with parameters of type ReactiveKafkaConsumerModifierConstructorDescriptionKafkaDelayedRetryTopic(String channel, io.vertx.mutiny.core.Vertx vertx, KafkaConnectorIncomingConfiguration configuration, List<String> retryTopics, int maxRetries, long retryTimeout, String deadQueueTopic, io.smallrye.mutiny.operators.multi.processors.UnicastProcessor<org.eclipse.microprofile.reactive.messaging.Message<?>> dlqSource, KafkaSink dlqSink, ReactiveKafkaConsumer consumer) -
Uses of ReactiveKafkaConsumer in io.smallrye.reactive.messaging.kafka.health
Constructors in io.smallrye.reactive.messaging.kafka.health with parameters of type ReactiveKafkaConsumerModifierConstructorDescriptionKafkaSourceHealth(KafkaSource<?, ?> source, KafkaConnectorIncomingConfiguration config, ReactiveKafkaConsumer<?, ?> client, Set<String> topics, Pattern pattern) -
Uses of ReactiveKafkaConsumer in io.smallrye.reactive.messaging.kafka.impl
Methods in io.smallrye.reactive.messaging.kafka.impl that return ReactiveKafkaConsumerConstructors in io.smallrye.reactive.messaging.kafka.impl with parameters of type ReactiveKafkaConsumerModifierConstructorDescriptionKafkaRecordBatchStream(ReactiveKafkaConsumer<K, V> client, RuntimeKafkaSourceConfiguration config, io.vertx.core.Context context) KafkaRecordStream(ReactiveKafkaConsumer<K, V> client, RuntimeKafkaSourceConfiguration config, io.vertx.core.Context context) KafkaRecordStreamSubscription(ReactiveKafkaConsumer<K, V> client, RuntimeKafkaSourceConfiguration 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) WrappedConsumerRebalanceListener(String consumerGroup, KafkaConsumerRebalanceListener listener, ReactiveKafkaConsumer<?, ?> reactiveKafkaConsumer, KafkaCommitHandler commitHandler)