Skip to content

Domain Interface Folder

This folder is used to provide access to internal data and logic through an API. Only logic within this folder should be used from outside the domain. Defining a strict boundary for inter-domain use keeps things decoupled.

We can also use this interface as a translation point between the bounded contexts within each domain.