aggregateId

abstract override val aggregateId: AggregateId

The unique identifier of the aggregate that published this domain event.

This ID links the event to its originating aggregate and enables proper event routing, correlation, and state reconstruction during event sourcing.