envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Add Event#with and Event#to_h methods #159

Closed orien closed 7 years ago

orien commented 7 years ago

Context

As part of the feature to add causation_id to events emitted from reactors I found it's not so easy. We don't want to mutate events, instead we want an easy way to duplicate events while making the specified changes.

Changes