Package com.oracle.coherence.cdi
Annotation Interface SubscriberGroup
A qualifier annotation used when injecting 
Subscriber
 to a NamedTopic to indicate the name of the
 subscriber group that the subscriber should belong to.- Since:
 - 20.06
 - Author:
 - Jonathan Knight 2019.10.23
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn annotation literal for theSubscriberGroupannotation. - 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
String valueThe name of the subscriber group.- Returns:
 - the name of the subscriber group
 
 
 -