Annotation Interface BusinessProcessDefinition
Can be used to qualify events with details about a
ProcessDefinition
:
public void onSthRelatedToBilling(@Observes @BusinessProcessDefinition("billingProcess") BusinessProcessEvent evt) { // ... }
- Author:
- Daniel Meyer
-
Optional Element Summary
-
Element Details
-
value
String valuethe key of the process- Default:
- ""
-