Uses of Interface
org.springframework.kafka.core.ConsumerPostProcessor
-
Uses of ConsumerPostProcessor in org.springframework.kafka.core
Modifier and TypeMethodDescriptiondefault List<ConsumerPostProcessor<K,
V>> ConsumerFactory.getPostProcessors()
Get the current list of post processors.DefaultKafkaConsumerFactory.getPostProcessors()
Modifier 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)