Friday, February 20, 2015

How to count event number in Event Store?

fromAll().
    when({
        $init: function(s,e) { return 0;},
        $any : function(s,e) { return s + 1;}
    })


No comments:

Post a Comment