@Documented
@Retention(value=RUNTIME)
public @interface SubscriberGroup
Subscriber
to a NamedTopic to indicate the name of the
subscriber group that the subscriber should belong to.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The name of the subscriber group.
|