Annotation Type SubscriberGroup
- 
@Documented @Retention(RUNTIME) public @interface SubscriberGroupA 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
 
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe name of the subscriber group. 
 -