Raptor Aggregate Command Executor
interface RaptorAggregateCommandExecutor
Functions
Extensions
Link copied to clipboard
suspend fun <Id : RaptorAggregateId> RaptorAggregateCommandExecutor.execute(id: Id, command: RaptorAggregateCommand<Id>)
suspend fun <Id : RaptorAggregateId> RaptorAggregateCommandExecutor.execute(id: Id, version: Int?, command: RaptorAggregateCommand<Id>)
Link copied to clipboard
inline suspend fun <Result> RaptorAggregateCommandExecutor.execution(retryOnVersionConflict: Boolean = false, action: RaptorAggregateCommandExecution.() -> Result): Result