aggregateId

abstract override val aggregateId: AggregateId

The target aggregate identifier for this command.

Specifies which aggregate instance this command should be applied to. The aggregate ID includes both the aggregate type name and instance identifier.

Return

The AggregateId containing aggregate name and ID for routing

See also

for the structure of aggregate identifiers