SSWConsulting / SSWConsulting/SSW.CleanArchitecture
✨ Add example of using Integration Events
Open
@william-liebenberg is already working on this.
Since Aug 14, 2023.
- Dominant language
- C#
- Stars
- 199
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.