Skip to content

Release v2.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 11:45
c6aebec

Summary

Reactors can now respond to read model changes, not just events.

Added

  • IReadModelReactor — react to read model instances being added, modified or removed by writing added, modified or removed methods, with no watch loop to maintain. (#12)
  • Read model reactor handlers can return events to be appended as side effects, using the changed instance's key as the event source id. (#12)