Uses of Interface
org.springframework.kafka.core.ConsumerFactory.Listener
Packages that use ConsumerFactory.Listener
-
Uses of ConsumerFactory.Listener in org.springframework.kafka.core
Classes in org.springframework.kafka.core that implement ConsumerFactory.ListenerModifier and TypeClassDescriptionclassA consumer factory listener that managesKafkaClientMetrics.Methods in org.springframework.kafka.core that return types with arguments of type ConsumerFactory.ListenerModifier and TypeMethodDescriptiondefault List<ConsumerFactory.Listener<K,V>> ConsumerFactory.getListeners()Get the current list of listeners.DefaultKafkaConsumerFactory.getListeners()Get the current list of listeners.Methods in org.springframework.kafka.core with parameters of type ConsumerFactory.ListenerModifier and TypeMethodDescriptiondefault voidConsumerFactory.addListener(int index, ConsumerFactory.Listener<K, V> listener) Add a listener at a specific index.default voidConsumerFactory.addListener(ConsumerFactory.Listener<K, V> listener) Add a listener.voidDefaultKafkaConsumerFactory.addListener(int index, ConsumerFactory.Listener<K, V> listener) Add a listener at a specific index.voidDefaultKafkaConsumerFactory.addListener(ConsumerFactory.Listener<K, V> listener) Add a listener.default booleanConsumerFactory.removeListener(ConsumerFactory.Listener<K, V> listener) Remove a listener.booleanDefaultKafkaConsumerFactory.removeListener(ConsumerFactory.Listener<K, V> listener) Remove a listener.