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

Ctor.

Namespace: net.esper.eql.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	streamNames As String(), _
	streamTypes As EventType(), _
	eventAdapterService As EventAdapterService _
)
C#
public SelectExprJoinWildcardProcessor (
	string[] streamNames,
	EventType[] streamTypes,
	EventAdapterService eventAdapterService
)
Visual C++
public:
SelectExprJoinWildcardProcessor (
	array<String^>^ streamNames, 
	array<EventType^>^ streamTypes, 
	EventAdapterService^ eventAdapterService
)

Parameters

streamNames
System.String[]
name of each stream
streamTypes
net.esper.events.EventType[]
type of each stream
eventAdapterService
net.esper.events.EventAdapterService
service for generating events and handling event types