Domain Layer

The Domain Layer defines the core entities, business rules, and strict types that belong uniquely to the MILTON business logic.

Components

  • Entities: Core objects modeling real-world domain concepts.
  • Enums: Strongly-typed configurations for status and object states.
  • Events: Domain events dispatched by entities for side-effect processing triggering integration workflows.

3 items under this folder.