Click or drag to resize

CSVInputAdapter Constructor (EPRuntime, CSVInputAdapterSpec)

Ctor.

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

Parameters

runtime
Type: com.espertech.esper.runtime.clientEPRuntime
provides the engine runtime and services
spec
Type: com.espertech.esperio.csvCSVInputAdapterSpec
the parameters for this adapter
See Also