I'm novice in NESPER, and in some point of my application (stm-A), I need to use a function in C# that transform the original event in (possible) several different events (the original one enriched, and possibly additional events)
I think that a possible approach would be to create a listener for (stm-A), invoke the function and then inject the new events again to the engine.
This is right? There is a better way to do this?
Thanks in advance.