Annotation Interface ProcessingGroup


@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited @Documented public @interface ProcessingGroup
Hint for the Configuration API that the annotated Event Handler object should be assigned to an Event Processor with the specified name.

Explicitly provided assignment rules set in the configuration will overrule hints provided by this annotation.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the Event Processor to assign the annotated Event Handler object to.
  • Element Details

    • value

      String value
      The name of the Event Processor to assign the annotated Event Handler object to.
      Returns:
      the name of the Event Processor to assign objects of this type to