I already read the Java documentation. Unfortunately the Java API and C# API are quite different.
I am trying to implement a CSV-Adapter for the Nesper CEP Framework.
Thanks in advance!
I already read the Java documentation. Unfortunately the Java API and C# API are quite different.
I am trying to implement a CSV-Adapter for the Nesper CEP Framework.
Thanks in advance!
Copyright © 2021 Jogjafile Inc.
Thanks to the EsperTech Support Team, I found out that they do not have a seperate documentation for NEsper but the official actually appeals to both (Java and .NET).
They also mentioned that the Regression project in the main NEsper prject is a good reference if you need examples.
I think the best examples are in the
Examples
folder of theNEsperAll.sln
project.