AggregateRoot

annotation class AggregateRoot(val commands: Array<KClass<*>> = [])

Aggregate Root tag.

Author

ahoo wang

Properties

Link copied to clipboard

Mount commands to the aggregate root, mainly used for command rewriting scenarios. At the same time, it will generate command routes in OpenApi.