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.
Added
Reactors can now control the append metadata of the side-effect events they return — event source id, event stream id and type, event source type, and subject — through the ICanProvideEventSourceId, ICanProvideEventStreamId and ICanProvideSubject interfaces and the [EventStreamId], [EventStreamType] and [EventSourceType] attributes.
Changed
Moved ICanProvideEventSourceId, ICanProvideEventStreamId and ICanProvideSubject to the Cratis.Chronicle.Events namespace so they are shared by reactors and commands.