Annotation Type SubscriberGroup


  • @Documented
    @Retention(RUNTIME)
    public @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
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The name of the subscriber group.
    • Element Detail

      • value

        java.lang.String value
        The name of the subscriber group.
        Returns:
        the name of the subscriber group