Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Automated event handler invocation #164

Merged
merged 1 commit into from
Dec 7, 2015

Conversation

krasserm
Copy link
Contributor

@krasserm krasserm commented Dec 7, 2015

Further changes:

  • command handler can now be defined as override def onCommand = ...
  • event handler can now be defined as override def onEvent = ...
  • snapshot handler can now be defined as override def onSnapshot = ...

@krasserm krasserm self-assigned this Dec 7, 2015
@krasserm krasserm added this to the 0.5 milestone Dec 7, 2015
- applications don't need to call onEvent in a persist handler anymore
- closes #93

Further changes:

- command handler can now be defined as override def onCommand = ...
- event handler can now be defined as override def onEvent = ...
- snapshot handler can now be defined as override def onSnapshot = ...
@krasserm krasserm force-pushed the wip-93-automated-event-handler-invocation branch from dfb35b5 to 7838178 Compare December 7, 2015 11:33
@krasserm
Copy link
Contributor Author

krasserm commented Dec 7, 2015

Thanks for the feedback @volkerstampa. All comments covered in latest (already squashed) commit.

krasserm added a commit that referenced this pull request Dec 7, 2015
…ndler-invocation

Automated event handler invocation
@krasserm krasserm merged commit 0f07874 into master Dec 7, 2015
@krasserm krasserm deleted the wip-93-automated-event-handler-invocation branch December 8, 2015 04:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automated event handler invocation after successful event persistence
1 participant