core-java icon indicating copy to clipboard operation
core-java copied to clipboard

`MyProjectionChanged` events

Open dmdashenkov opened this issue 3 years ago • 0 comments

With the power of code generation, we can and should generate type-safe events for entity state updates. For example for a MyProjection, we would generate MyProjectionCreated, MyProjectionChanged, MyProjectionArchived, MyProjectionDeleted.

This applies to all entities to which users may subscribe, i.e. entities with (entity).visibility = SUBSCRIBE | FULL.

dmdashenkov avatar Aug 08 '21 15:08 dmdashenkov