Annotation Type Topic
@Documented
@Retention(RUNTIME)
@Target({METHOD,PARAMETER,TYPE})
@Repeatable(Topics.class)
public @interface Topic
An annotation used to specify a topic name.
- Since:
- 3.0
- Author:
- Vaso Putica
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueString valueName of the topic to subscribe to.- Returns:
- The topic to subscribe to
 - Default:
- ""
 
 
-