commonMain.cccev.s2.unit.domain.DataUnitAggregate.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-unit-domain-jvm Show documentation
Show all versions of cccev-unit-domain-jvm Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
The newest version!
package cccev.s2.unit.domain
import cccev.s2.unit.domain.command.DataUnitCreateCommand
import cccev.s2.unit.domain.command.DataUnitCreatedEvent
interface DataUnitAggregate {
suspend fun create(command: DataUnitCreateCommand): DataUnitCreatedEvent
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy