Package overit.geocall.platform
Annotation Interface Platform.Event
- Enclosing class:
Platform
Interface used to tag the
BusinessTask to start when the event, specified by the
value() class, will be launched-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<? extends GenericEvent> value- Returns:
- the class of the target event
-
priority
int priority- Returns:
- a number used to define the execution priority of the task. Lower number will be started first.
- Default:
0
-