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

Wrap the Map-type event returning an net.esper.events.EventBean using the event type alias name to identify the EventType that the event should carry.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Function AdapterForMap ( _
	ev As EDictionary(Of String, Object), _
	eventTypeAlias As String _
) As EventBean
C#
EventBean AdapterForMap (
	EDictionary<string, Object> ev,
	string eventTypeAlias
)
Visual C++
EventBean^ AdapterForMap (
	EDictionary<String^, Object^>^ ev, 
	String^ eventTypeAlias
)

Parameters

ev
net.esper.compat.EDictionary<(Of K, V>)
to be wrapped
eventTypeAlias
System.String
alias for the event type of the event

Return Value

event bean wrapping native underlying event

See Also