You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
{New} Added support for applying filters on the EventMapBuilder level using Where - #111
{New} IEventMap.Handle will now return a boolean to indicate whether or not the event was configured to be handled (accounting for the filters applied) - #111
{Breaking} The contract for a projector that is needed to build an IEventMap have changed. The methods ProjectionModificationHandler, HandleProjectionDeletionsAs and such on EventMapBuilder are now passed to the Build method as an instance of ProjectionMap - #111