Annotation Interface KafkaIncoming


@Retention(RUNTIME) @Target(METHOD) public @interface KafkaIncoming
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
     
  • Element Details

    • value

      String value
      Returns:
      topic name to subscribe to