Annotation Type BusinessProcessDefinition
-
@Retention(RUNTIME) @Qualifier public @interface BusinessProcessDefinition
Can be used to qualify events with details about aProcessDefinition
:public void onSthRelatedToBilling(@Observes @BusinessProcessDefinition("billingProcess") BusinessProcessEvent evt) { // ... }
- Author:
- Daniel Meyer
-
-
Element Detail
-
value
String value
the key of the process- Default:
- ""
-
-