Uses of Interface
org.springframework.kafka.core.ProducerPostProcessor
Packages that use ProducerPostProcessor
-
Uses of ProducerPostProcessor in org.springframework.kafka.core
Methods in org.springframework.kafka.core that return types with arguments of type ProducerPostProcessorModifier and TypeMethodDescriptionDefaultKafkaProducerFactory.getPostProcessors()
default List
<ProducerPostProcessor<K, V>> ProducerFactory.getPostProcessors()
Get the current list of post processors.Methods in org.springframework.kafka.core with parameters of type ProducerPostProcessorModifier and TypeMethodDescriptionvoid
DefaultKafkaProducerFactory.addPostProcessor
(ProducerPostProcessor<K, V> postProcessor) default void
ProducerFactory.addPostProcessor
(ProducerPostProcessor<K, V> postProcessor) Add a post processor.boolean
DefaultKafkaProducerFactory.removePostProcessor
(ProducerPostProcessor<K, V> postProcessor) default boolean
ProducerFactory.removePostProcessor
(ProducerPostProcessor<K, V> postProcessor) Remove a post processor.