Click or drag to resize

ConfigurationCommonAddVariantStream Method

Adds a new variant stream. Variant streams allow events of disparate types to be treated the same.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddVariantStream(
	string variantStreamName,
	ConfigurationCommonVariantStream variantStreamConfig
)

Parameters

variantStreamName
Type: SystemString
is the name of the variant stream
variantStreamConfig
Type: com.espertech.esper.common.client.configuration.commonConfigurationCommonVariantStream
the configuration such as variant type names and any-type setting
See Also