Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add example of using Integration Events #123

Open
danielmackay opened this issue Jun 13, 2023 · 1 comment
Open

✨ Add example of using Integration Events #123

danielmackay opened this issue Jun 13, 2023 · 1 comment
Assignees

Comments

@danielmackay
Copy link
Member

danielmackay commented Jun 13, 2023

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 danielmackay converted this from a draft issue Jun 13, 2023
@danielmackay danielmackay changed the title Add example of using Application Events Add example of using Integration Events Jul 4, 2023
@danielmackay danielmackay changed the title Add example of using Integration Events ✨ Add example of using Integration Events Aug 10, 2023
@william-liebenberg william-liebenberg self-assigned this Aug 14, 2023
@danielmackay
Copy link
Member Author

Sprint 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants