Click or drag to resize

PriorityAttribute Class

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).

Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.annotationPriorityAttribute

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class PriorityAttribute : Attribute

The PriorityAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPriorityAttribute
Initializes a new instance of the PriorityAttribute class
Public methodPriorityAttribute(Int32)
Initializes a new instance of the PriorityAttribute class
Top
Properties
  NameDescription
Public propertyValue
Priority value.
Top
See Also