 | CSVInputAdapter Constructor (AdapterInputSource, String) |
Ctor for adapters that will be passed to an AdapterCoordinator.
Namespace:
com.espertech.esperio.csv
Assembly:
NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntaxpublic CSVInputAdapter(
AdapterInputSource adapterInputSource,
string eventTypeName
)
Parameters
- adapterInputSource
- Type: com.espertech.esperioAdapterInputSource
the parameters for this adapter - eventTypeName
- Type: SystemString
the event type name that the input adapter generates events for
See Also