liquidprojections / LiquidProjections

Liquid Projections supports building and maintaining autonomous .NET projection code in an Event Sourcing architecture.
https://www.liquidprojections.net
MIT License
169 stars 25 forks source link

Added the possibility to influence the exception handling behavior of the Dispatcher #98

Closed dennisdoomen closed 7 years ago

dennisdoomen commented 7 years ago

The Dispatcher class now has a property ExceptionHandler that can be used to change the default behavior of logging and aborting the dispatching process for a specific subscriber.