All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.cccev.s2.framework.domain.FrameworkAggregate.kt Maven / Gradle / Ivy

There is a newer version: 0.20.0
Show newest version
package cccev.s2.framework.domain

import cccev.s2.framework.domain.command.FrameworkCreateCommand
import cccev.s2.framework.domain.command.FrameworkCreatedEvent

interface FrameworkAggregate {
    suspend fun create(command: FrameworkCreateCommand): FrameworkCreatedEvent
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy