Click or drag to resize

ConfigurationCommonEventTypesBean Property

Returns the mapping of event type name to legacy java event type information.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public IDictionary EventTypesBean { get; }

Property Value

Type: IDictionaryTKey, TValue
event type name mapping to legacy java class configs
See Also