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 TypeMethodDescriptionvoidDefaultKafkaProducerFactory.addPostProcessor(ProducerPostProcessor<K, V> postProcessor) default voidProducerFactory.addPostProcessor(ProducerPostProcessor<K, V> postProcessor) Add a post processor.booleanDefaultKafkaProducerFactory.removePostProcessor(ProducerPostProcessor<K, V> postProcessor) default booleanProducerFactory.removePostProcessor(ProducerPostProcessor<K, V> postProcessor) Remove a post processor.