rails_event_store icon indicating copy to clipboard operation
rails_event_store copied to clipboard

No more aggregate root configuration

Open mpraglowski opened this issue 5 years ago • 0 comments

Since we have introduced AggregateRoot::Repository it is easy to pass event store as a dependency there. No need to use AggregateRoot::Configuration and default_event_store.

Make it explicte which event store is used. Less "magic".

mpraglowski avatar Jan 05 '21 12:01 mpraglowski