Click or drag to resize

ConfigurationCommonVariantStream Class

Configures a variant stream.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonVariantStream

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCommonVariantStream

The ConfigurationCommonVariantStream type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCommonVariantStream
Ctor.
Top
Properties
  NameDescription
Public propertyTypeVariance
Returns the type variance setting specifying whether the variant stream accepts event of only the predefined types or any type.
Public propertyVariantTypeNames
Returns the names of event types that a predefined for the variant stream.
Top
Methods
  NameDescription
Public methodAddEventTypeName
Adds names of an event types that is one of the predefined event typs allowed for the variant stream.
Top
See Also