Uses of Annotation Interface
org.springframework.kafka.annotation.KafkaListener
Packages that use KafkaListener
Package
Description
Package for kafka annotations
-
Uses of KafkaListener in org.springframework.kafka.annotation
Methods in org.springframework.kafka.annotation with parameters of type KafkaListenerModifier and TypeMethodDescriptionprotected voidKafkaListenerAnnotationBeanPostProcessor.processKafkaListener(KafkaListener kafkaListener, Method method, Object bean, String beanName) protected voidKafkaListenerAnnotationBeanPostProcessor.processListener(MethodKafkaListenerEndpoint<?, ?> endpoint, KafkaListener kafkaListener, Object bean, String beanName, String[] topics, TopicPartitionOffset[] tps) -
Uses of KafkaListener in org.springframework.kafka.jdocs.dynamic
Methods in org.springframework.kafka.jdocs.dynamic with annotations of type KafkaListener -
Uses of KafkaListener in org.springframework.kafka.jdocs.requestreply
Methods in org.springframework.kafka.jdocs.requestreply with annotations of type KafkaListener -
Uses of KafkaListener in org.springframework.kafka.jdocs.started.consumer
Methods in org.springframework.kafka.jdocs.started.consumer with annotations of type KafkaListener -
Uses of KafkaListener in org.springframework.kafka.jdocs.started.noboot
Methods in org.springframework.kafka.jdocs.started.noboot with annotations of type KafkaListener