 | 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
Namespace:
com.espertech.esper.common.client.annotation
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic class DropAttribute : Attribute
The DropAttribute type exposes the following members.
Constructors
| Name | Description |
---|
 | DropAttribute | Initializes a new instance of the DropAttribute class |
Top
Methods
See Also