@Documented @SourceType(value=GroupedTopicSource.class) @Repeatable(value=GroupedTopics.class) @Retention(value=RUNTIME) @Target(value=TYPE) public @interface GroupedTopic
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name
The name of the topic being watched.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
group
The name of the consumer group reading this topic.
|