RBMHTechnology / eventuate

Global-scale event sourcing and event collaboration with causal consistency (This project is in maintenance mode. Only critical bugs will be fixed, but there is no more feature development.).
http://rbmhtechnology.github.io/eventuate/
Apache License 2.0
708 stars 99 forks source link

Allow EventsourcedProcessor to post-process events #373

Closed danbim closed 7 years ago

danbim commented 7 years ago
krasserm commented 7 years ago

And please write tests for all changes/additions you make 😃

danbim commented 7 years ago

Hey Martin!

Just added a test. I'm not sure about the "code style" but I think it covers what should be tested.

Cheers Daniel