Skip to content

Introduced state projectors #444

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Introduced state projectors #444

wants to merge 2 commits into from

Conversation

dysk
Copy link
Member

@dysk dysk commented May 9, 2025

responsible for building process state from events.

  • improved responsibility segregation: state management logic moved to the projectors from process managers
  • ProcessState definitions moved to the projectors which also simplified with_state method

…om events.

- improved responsibility segregation: state management logic moved to the projectors from process managers
- ProcessState definitions moved to the projectors which also simplified with_state method
Copy link

netlify bot commented May 9, 2025

Deploy Preview for ecommerce-events ready!

Name Link
🔨 Latest commit 86fb96c
🔍 Latest deploy log https://app.netlify.com/sites/ecommerce-events/deploys/6821bc5a2e20e000086b1f20
😎 Deploy Preview https://deploy-preview-444--ecommerce-events.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

…s defined.

- state projector class is now nested inside each process manager class defintion to emphasize it's a part of the process
- Infra::Process manager with_state definition uses block again to allow state projector class to be defined below
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