Skip to content

Release v15.32.3

Choose a tag to compare

@github-actions github-actions released this 04 Jun 09:55
1619705

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.