Search code examples
c#.netespernesper

How do I find the C# Documentation for Nesper?


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!


Solution

  • 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 the NEsperAll.sln project.