Uses of Interface
org.springframework.kafka.core.ProducerFactory.Listener
Packages that use ProducerFactory.Listener
-
Uses of ProducerFactory.Listener in org.springframework.kafka.core
Classes in org.springframework.kafka.core that implement ProducerFactory.ListenerModifier and TypeClassDescriptionclassA producer factory listener that managesKafkaClientMetrics.Methods in org.springframework.kafka.core that return types with arguments of type ProducerFactory.ListenerModifier and TypeMethodDescriptionDefaultKafkaProducerFactory.getListeners()Get the current list of listeners.default List<ProducerFactory.Listener<K,V>> ProducerFactory.getListeners()Get the current list of listeners.Methods in org.springframework.kafka.core with parameters of type ProducerFactory.ListenerModifier and TypeMethodDescriptionvoidDefaultKafkaProducerFactory.addListener(int index, ProducerFactory.Listener<K, V> listener) Add a listener at a specific index.voidDefaultKafkaProducerFactory.addListener(ProducerFactory.Listener<K, V> listener) Add a listener.default voidProducerFactory.addListener(int index, ProducerFactory.Listener<K, V> listener) Add a listener at a specific index.default voidProducerFactory.addListener(ProducerFactory.Listener<K, V> listener) Add a listener.booleanDefaultKafkaProducerFactory.removeListener(ProducerFactory.Listener<K, V> listener) Remove a listener.default booleanProducerFactory.removeListener(ProducerFactory.Listener<K, V> listener) Remove a listener.