ContextCore / GridDomain

Framework for building domain-centric robust, scalable and reliable applications with ease
18 stars 7 forks source link

Make aggregates aware of recovery #77

Open andreyleskov opened 6 years ago

andreyleskov commented 6 years ago

Add interface for aggregate to support to listen for Recovery events, allowing additional custom logic Now only Apply method is used AggregateActor should check for interface implementation and call it method instead of Apply