Annotation Interface Priority


@Retention(RUNTIME) public @interface Priority
An execution directive for use in an EPL statement, by which processing of an event by statements start with the statement that has the highest priority, applicable only if multiple statements must process the same event.

Ensure the runtime configuration for prioritized execution is set before using this annotation.

The default priority value is zero (0).

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    Priority value.
  • Element Details

    • value

      int value
      Priority value.
      Returns:
      value