-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat(events): Add event support for resources and controllers. #132
Conversation
6a86fe4
to
ee14d65
Compare
@tomkerkhove If you like, you can do a little review here :-) |
Hey @tomkerkhove. Sadly, I can't assign you to the pull request. So I'd request it via "comment". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a few questions.
Perfect, thanks for your help! |
This closes #5. The provided IEventManager helps with publishing singleton events (fire and forget) and event series. The event-name is deterministic, so if the same event is published multiple times, an event series is created (when used with Publish(string,string...)). Signed-off-by: Christoph Bühler <christoph@smartive.ch>
ee14d65
to
3733cf6
Compare
🎉 This PR is included in version 3.0.0-prerelease.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This closes #5.
The provided IEventManager helps with publishing
singleton events (fire and forget) and event series.
The event-name is deterministic, so if the same event
is published multiple times, an event series is created
(when used with Publish(string,string...)).
/cc @ocdi