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