streak
streak copied to clipboard
add support for internal event sourced entities
Aggregates should be able to support internal event sourced entities, which means those entities would actually generate events and be able to replay them.
It could be powerful thing because it would allow to change behaviour of an aggregate (different events) leaving same interface (supported commands) without ugly ifs.