Annotation Type EndActivity
-
@Retention(RUNTIME) @Qualifier public @interface EndActivity
Can be used to qualify events fired when an activity is ended / leftpublic void onCreditAccountCompleted(@Observes @EndActivity("creditAccount") BusinessProcessEvent evt) { // ... }
- Author:
- Daniel Meyer
-
-
Element Detail
-
value
String value
the id of the activity that is being left / was left
-
-