Click or drag to resize

IterableUnboundAttribute Class

Annotation for use in EPL statements for making an unbound stream iterable returning the last event without requiring a data window to be declared.
Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.annotationIterableUnboundAttribute

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

The IterableUnboundAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIterableUnboundAttribute
Initializes a new instance of the IterableUnboundAttribute class
Top
See Also