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

Identifier trait added - domain #53

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

idugalic
Copy link
Member

Constraining generic parameters (Command and Event) for the handle command method on the EventSourcedOrchestratingAggregate.

We have an orchestrated scenario in this case: Decider will handle the first command that will resolve as new events. These events will trigger new commands over the saga and so on...recursively. The identifier on Commands and Events makes this compute_new_events_dynamically computation robust.

@idugalic idugalic merged commit f7a4faf into main Jan 25, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant