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 ability to push event to a SubscriptionModel out-of-band #126

Open
johanhaleby opened this issue Oct 29, 2022 · 1 comment
Open

Add ability to push event to a SubscriptionModel out-of-band #126

johanhaleby opened this issue Oct 29, 2022 · 1 comment

Comments

@johanhaleby
Copy link
Owner

It can be useful to allow pushing events to (certain?) subscription models. For example for recurring events (TenHoursPassedEvent) and integration events.

@johanhaleby
Copy link
Owner Author

Maybe we actually shouldn't be able to do this. Or at least not directly push such an event to SM. Maybe we should require the event to be converted to a command, then you can publish it normally. For example, TenHoursPassedEvent could be translated to what we want to happen after these ten hours have passed, such as RemoveIdlingPlayerFromGameCommand.

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

No branches or pull requests

1 participant