Annotation Type SubscriberGroup
- 
@Documented @Retention(RUNTIME) public @interface SubscriberGroup
A qualifier annotation used when injectingSubscriberto aNamedTopicto indicate the name of the subscriber group that the subscriber should belong to.- Since:
 - 3.0
 - Author:
 - Vaso Putica
 
 
- 
- 
Element Detail
- 
value
String value
The name of the subscriber group.- Returns:
 - the name of the subscriber group
 
 
 - 
 
 -