Annotation Interface KafkaListener


@Target(METHOD) @Retention(RUNTIME) public @interface KafkaListener
Method level annotation used to specify which topic method should be subscribed to by Kafka Consumer.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description