Hierarchy For Package org.springframework.kafka.annotation

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.springframework.kafka.annotation.KafkaBootstrapConfiguration (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
    • org.springframework.kafka.annotation.KafkaListenerAnnotationBeanPostProcessor<K,​V> (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered, org.springframework.beans.factory.SmartInitializingSingleton)
    • org.springframework.kafka.annotation.KafkaListenerConfigurationSelector (implements org.springframework.context.annotation.DeferredImportSelector)
    • org.springframework.kafka.annotation.KafkaStreamsDefaultConfiguration

Interface Hierarchy

Annotation Type Hierarchy

  • org.springframework.kafka.annotation.EnableKafka (implements java.lang.annotation.Annotation)
  • org.springframework.kafka.annotation.EnableKafkaStreams (implements java.lang.annotation.Annotation)
  • org.springframework.kafka.annotation.KafkaHandler (implements java.lang.annotation.Annotation)
  • org.springframework.kafka.annotation.KafkaListener (implements java.lang.annotation.Annotation)
  • org.springframework.kafka.annotation.KafkaListeners (implements java.lang.annotation.Annotation)
  • org.springframework.kafka.annotation.PartitionOffset (implements java.lang.annotation.Annotation)
  • org.springframework.kafka.annotation.TopicPartition (implements java.lang.annotation.Annotation)