SSW.CleanArchitecture icon indicating copy to clipboard operation
SSW.CleanArchitecture copied to clipboard

✨ Add example of using Integration Events

Open danielmackay opened this issue 1 year ago • 1 comments

We already have domain events in the template. We should also add an example of an 'integration event'.

  • These integration events should be defined in Application
  • They should not leak any of the Domain
  • They should be fired AFTER DbContext.SavedChanges()
  • Ideally these would be implemented via a SavedChangesInterceptor
  • Could also add a mock service bus publisher

danielmackay avatar Jun 13 '23 06:06 danielmackay

Sprint 5

danielmackay avatar Aug 15 '23 06:08 danielmackay