Hi
is there a tutorial for making projections with the c# client?
Many thanks in advance
Boas
Hi
is there a tutorial for making projections with the c# client?
Many thanks in advance
Boas
Use a catchupsubscriber and dispatch to your projection code. There are about 200 examples on the web of how to write projections oo vs functional styles etc. The subscription does the heavy lifting of getting the messages to you from there it’s just mapping it to a function call.
Have you seen aggregate source? It has projections iirc
Thanks the CatchUp-Subscriber was the missing link
Eg subscribetostreamfrom or subscribetoal from returns the catchup subscription if I wasn’t clear (rereading)