|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
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 engine configuration for prioritized execution is set before using this annotation.
The default priority value is zero (0).
Required Element Summary | |
---|---|
int |
value
Priority value. |
Element Detail |
---|
public abstract int value
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |