Uses of Interface
org.springframework.kafka.support.ProducerListener
Packages that use ProducerListener
Package
Description
Package for kafka core components
Package for kafka support
-
Uses of ProducerListener in org.springframework.kafka.core
Methods in org.springframework.kafka.core with parameters of type ProducerListenerModifier and TypeMethodDescriptionvoidKafkaTemplate.setProducerListener(ProducerListener<K, V> producerListener) Set aProducerListenerwhich will be invoked when Kafka acknowledges a send operation. -
Uses of ProducerListener in org.springframework.kafka.support
Classes in org.springframework.kafka.support that implement ProducerListenerModifier and TypeClassDescriptionclassAProducerListenerthat delegates to a collection of listeners.classTheProducerListenerthat logs exceptions thrown when sending messages.Methods in org.springframework.kafka.support that return types with arguments of type ProducerListenerModifier and TypeMethodDescriptionprotected List<ProducerListener<K,V>> CompositeProducerListener.getDelegates()Methods in org.springframework.kafka.support with parameters of type ProducerListenerModifier and TypeMethodDescriptionvoidCompositeProducerListener.addDelegate(ProducerListener<K, V> delegate) booleanCompositeProducerListener.removeDelegate(ProducerListener<K, V> delegate) final voidCompositeProducerListener.setDelegates(ProducerListener<K, V>... delegates) Constructors in org.springframework.kafka.support with parameters of type ProducerListener