[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)
Public Function AdapterForCompositeEvent ( _
	eventType As EventType, _
	taggedEvents As EDictionary(Of String, EventBean) _
) As EventBean
C#
public EventBean AdapterForCompositeEvent (
	EventType eventType,
	EDictionary<string, EventBean> taggedEvents
)
Visual C++
public:
virtual EventBean^ AdapterForCompositeEvent (
	EventType^ eventType, 
	EDictionary<String^, EventBean^>^ taggedEvents
) sealed

Parameters

eventType
net.esper.events.EventType
is the composite event type
taggedEvents
net.esper.compat.EDictionary<(Of K, V>)
is the name-event map

Return Value

wrapper for composite event