isCreate

abstract val isCreate: Boolean

Indicates whether this command is intended to create a new aggregate instance.

Create commands initialize new aggregates and may have different validation rules compared to commands that modify existing aggregates.

Return

true if this command creates a new aggregate, false for modification commands