Package com.oracle.coherence.cdi
Annotation Type SubscriberGroup
-
@Qualifier @Documented @Retention(RUNTIME) public @interface SubscriberGroup
A qualifier annotation used when injectingSubscriber
to aNamedTopic
to indicate the name of the subscriber group that the subscriber should belong to.- Since:
- 20.06
- Author:
- Jonathan Knight 2019.10.23
-
-
Element Detail
-
value
String value
The name of the subscriber group.- Returns:
- the name of the subscriber group
-
-