Bounded Context

extends Space.Module

Contains the business logic for the solution space of a discrete sub-domain. It has no dependencies, as this is a self-contained pure logic component, integrating only through events. Commands are sent in on the server-side command bus, events are published and subscribed to elsewhere.

🚧

Proposed

//var MyBoundedContext = Space.BoundedContext.define('MyBoundedContext', {
       
  // Configuration: {},

  // Routers: [],
  
  // Integrations: [],

//});