[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Creates a wrapper for a composite event type. The wrapper wraps an event that
consists of name-value pairs in which the values are other already-wrapped events.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Function AdapterForCompositeEvent ( _ eventType As EventType, _ taggedEvents As EDictionary(Of String, EventBean) _ ) As EventBean |
C# |
---|
EventBean AdapterForCompositeEvent ( EventType eventType, EDictionary<string, EventBean> taggedEvents ) |
Visual C++ |
---|
EventBean^ AdapterForCompositeEvent ( EventType^ eventType, EDictionary<String^, EventBean^>^ taggedEvents ) |
Parameters
- eventType
- net.esper.events.EventType
is the composite event type
- taggedEvents
- net.esper.compat.EDictionary<(Of K, V>)
is the name-event map