Click or drag to resize

CSVInputAdapter Constructor (EPRuntime, AdapterInputSource, String)

Ctor.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public CSVInputAdapter(
	EPRuntime runtime,
	AdapterInputSource adapterInputSource,
	string eventTypeName
)

Parameters

runtime
Type: com.espertech.esper.runtime.clientEPRuntime
provides the engine runtime and services
adapterInputSource
Type: com.espertech.esperioAdapterInputSource
the source of the CSV file
eventTypeName
Type: SystemString
the name of the Map event to create from the CSV data
See Also