Uses of Interface
io.smallrye.reactive.messaging.kafka.KafkaConsumerRebalanceListener
Packages that use KafkaConsumerRebalanceListener
-
Uses of KafkaConsumerRebalanceListener in io.smallrye.reactive.messaging.kafka.impl
Methods in io.smallrye.reactive.messaging.kafka.impl that return KafkaConsumerRebalanceListenerModifier and TypeMethodDescriptionRebalanceListeners.findMatchingListener(KafkaConnectorIncomingConfiguration config, String consumerGroup, jakarta.enterprise.inject.Instance<KafkaConsumerRebalanceListener> instances) Methods in io.smallrye.reactive.messaging.kafka.impl with parameters of type KafkaConsumerRebalanceListenerModifier and TypeMethodDescriptionvoidReactiveKafkaConsumer.setRebalanceListener(KafkaConsumerRebalanceListener listener, KafkaCommitHandler commitHandler) Method parameters in io.smallrye.reactive.messaging.kafka.impl with type arguments of type KafkaConsumerRebalanceListenerModifier and TypeMethodDescriptionRebalanceListeners.findMatchingListener(KafkaConnectorIncomingConfiguration config, String consumerGroup, jakarta.enterprise.inject.Instance<KafkaConsumerRebalanceListener> instances) Constructors in io.smallrye.reactive.messaging.kafka.impl with parameters of type KafkaConsumerRebalanceListenerModifierConstructorDescriptionWrappedConsumerRebalanceListener(String consumerGroup, KafkaConsumerRebalanceListener listener, ReactiveKafkaConsumer<?, ?> reactiveKafkaConsumer, KafkaCommitHandler commitHandler)