Annotation Interface TopicConfig


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) @Repeatable(List.class) public @interface TopicConfig
TopicConfig is used to provide topic configuration. It may be applied to the Topic type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    The interface List.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the kafka topic configuration parameter.
    The value of the kafka topic configuration parameter.
  • Element Details

    • name

      String name
      The name of the kafka topic configuration parameter.
      Returns:
      the name
    • value

      String value
      The value of the kafka topic configuration parameter.
      Returns:
      the value