Package org.axonframework.config
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
-
Element Details
-
value
String valueThe 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
-