Annotation Interface Platform.Event

Enclosing class:
Platform

@Target(TYPE) @Retention(RUNTIME) @Documented public static @interface Platform.Event
Interface used to tag the BusinessTask to start when the event, specified by the value() class, will be launched
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends GenericEvent>
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
  • 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