MaterializedEventNamedAggregate
data class MaterializedEventNamedAggregate(val namedAggregate: NamedAggregate, val name: String) : EventNamedAggregate, NamedAggregate
Materialized implementation of EventNamedAggregate.
This data class provides a concrete implementation that holds both the materialized named aggregate and the event name.