Uses of Annotation Interface
org.springframework.kafka.annotation.KafkaListener
Packages that use KafkaListener
-
Uses of KafkaListener in org.springframework.kafka.annotation
Methods in org.springframework.kafka.annotation with parameters of type KafkaListenerModifier and TypeMethodDescriptionprotected void
KafkaListenerAnnotationBeanPostProcessor.processKafkaListener
(KafkaListener kafkaListener, Method method, Object bean, String beanName) protected void
KafkaListenerAnnotationBeanPostProcessor.processListener
(MethodKafkaListenerEndpoint<?, ?> endpoint, KafkaListener kafkaListener, Object bean, String beanName, String[] topics, TopicPartitionOffset[] tps)