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

Problem: impossible to listen for committed entities #22

Merged
merged 1 commit into from May 10, 2016

Conversation

yrashk
Copy link
Contributor

@yrashk yrashk commented May 9, 2016

In event sourcing, there are many cases when events/commands
need to be listened upon their serialization to ensure proactive
processing (aggregate root listeners, etc.), as opposed to lazy
index-based processing at a later point in time.

Solution: introduce EntitySubscriber interface that will receive
entities once they are committed.

In event sourcing, there are many cases when events/commands
need to be listened upon their serialization to ensure proactive
processing (aggregate root listeners, etc.), as opposed to lazy
index-based processing at a later point in time.

Solution: introduce EntitySubscriber interface that will receive
entities once they are committed.
@yrashk yrashk merged commit 4f514bf into eventsourcing:master May 10, 2016
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.

None yet

1 participant