Click or drag to resize

TypeVariance Class

Enumeration specifying whether only the predefine types or any type of event is accepted by the variant stream.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.configuration.commonTypeVariance

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

The TypeVariance type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberANY
Allow any types to be inserted into the stream.
Public fieldStatic memberPREDEFINED
Allow only the predefined types to be inserted into the stream.
Public fieldvalue__
Top
See Also