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:
- 1.0
- Author:
- Jonathan Knight
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
An annotation literal for theSubscriberGroup
annotation. -
Required Element Summary
-
Element Details
-
value
String valueThe name of the subscriber group.- Returns:
- the name of the subscriber group
-