CommandMetadata

constructor(commandType: Class<C>, namedAggregateGetter: NamedAggregateGetter<C>?, name: String, isCreate: Boolean, allowCreate: Boolean, aggregateIdGetter: PropertyGetter<C, String>?, tenantIdGetter: PropertyGetter<C, String>?, aggregateVersionGetter: PropertyGetter<C, Int?>?)