Click or drag to resize

DropAttribute Class

An execution directive for use in an EPL statement, that causes processing of an event to stop after the EPL statement marked with @Drop has processed the event, applicable only if multiple statements must process the same event.

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

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

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

The DropAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDropAttribute
Initializes a new instance of the DropAttribute class
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents the current Object.
Top
See Also