 | ConfigurationCommonVariantStreams Property |
Returns a map of variant stream name and variant configuration information. Variant streams allows handling
events of all sorts of different event types the same way.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic IDictionary VariantStreams { get; }
Property Value
Type:
IDictionaryTKey, TValuemap of name and variant stream config
See Also