Options
All
  • Public
  • Public/Protected
  • All
Menu

From a DDD point of view, a module is either a module or a bounded contexts. A module follows the lifecycle of the container.

The abstract class AbstractModule is a good starting point to implement a module. The implementation of an inline module can be quickly done with OnlyConfigureModule.

Hierarchy

  • Module

Implemented by

Index

Methods

dispose

  • dispose(): Promise<void>

initialize

Generated using TypeDoc