OpenCast.domainΒΆ

Domain layer containing business rules and logic

Modules

OpenCast.domain.constant

Definitions of domain constants

OpenCast.domain.error

Set of exceptions related to domain errors

OpenCast.domain.event

Domain events notify external listeners about a change in a domain model

OpenCast.domain.model

Domain models define the core logic of the application

OpenCast.domain.service

Domain services expose functionalities from the domain to the application layer