envato / event_sourcery

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

Remove support for event method dispatch #98

Closed stevehodgkiss closed 7 years ago

stevehodgkiss commented 7 years ago

Removes support for the def process_item_added(event) methods in favour of process ItemAdded do |event|.

We have a release that support both as a stepping stone to upgrading... so let's remove the support for this in the next release.