Click or drag to resize

PatternObjectType Class

Choice for type of pattern object.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.utilPatternObjectType

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class PatternObjectType : Enum

The PatternObjectType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberGUARD
Guard allows or disallows events from child expressions to pass.
Public fieldStatic memberOBSERVER
Observer observes externally-supplied events.
Public fieldvalue__
Top
See Also