Package org.adempiere.base.annotation
Annotation Type ProcessEventTopic
-
@Retention(RUNTIME) @Target(TYPE) public @interface ProcessEventTopic
Define parameter forProcessEventDelegate
Works with classes withEventTopicDelegate
annotation- Author:
- hengsin
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
processUUID
AD_Process.AD_Process_UU (uuid) value forProcessEventDelegate
-
-
-
Element Detail
-
processUUID
String processUUID
AD_Process.AD_Process_UU (uuid) value forProcessEventDelegate
- Returns:
- process uuid
-
-