Annotation Interface SubscriberGroup


@Qualifier @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:
20.06
Author:
Jonathan Knight 2019.10.23
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    An annotation literal for the SubscriberGroup annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the subscriber group.
  • Element Details

    • value

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