Raptor Aggregate Command Definition
data class RaptorAggregateCommandDefinition<in Id : RaptorAggregateId, Command : RaptorAggregateCommand<Id>>(val commandClass: KClass<Command>)
Constructors
Link copied to clipboard
fun <Command : RaptorAggregateCommand<Id>> RaptorAggregateCommandDefinition(commandClass: KClass<Command>)