NamedBoundedContext
interface NamedBoundedContext
Interface for entities that belong to a named bounded context.
In Domain-Driven Design, a bounded context represents a boundary within which a particular domain model applies. This interface allows entities to declare their association with a specific bounded context by name.