Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NemBootstrappedModule

The public api for the bootstrapped root module

Hierarchy

  • NemBootstrappedModule

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

context

context: Readonly<IModuleContext>

The root module context

injector

injector: Injector

The root injector

Methods

listen

  • listen(port: number, host?: undefined | string): Promise<void>
  • Parameters

    • port: number
    • Optional host: undefined | string

    Returns Promise<void>

Generated using TypeDoc