Skip to content

NestApplicationContextOptions

reference
1 min readUpdated

Kind: Class

Source: packages/common/interfaces/nest-application-context-options.interface.ts

Part of: Common

Properties

PropertyType
logger`LoggerService
abortOnError`boolean
bufferLogsboolean
autoFlushLogsboolean
previewboolean
snapshotboolean
moduleIdGeneratorAlgorithm`'deep-hash'
instrument{ instanceDecorator: (instance: unknown) => unknown; }
forceConsoleboolean

Used by

9 references from 9 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (9)

  • handlerpackages/core/middleware/middleware-module.ts:287
  • NestContainerpackages/core/injector/container.ts:31
  • NestApplicationContextpackages/core/nest-application-context.ts:40
  • IEntryNestModulepackages/core/nest-factory.ts:39
  • MicroservicesModulepackages/microservices/microservices-module.ts:23
  • TestingModuleOptionspackages/testing/testing-module.builder.ts:29
  • TestingModulepackages/testing/testing-module.ts:26
  • SocketModulepackages/websockets/socket-module.ts:27

…and 1 more.

Was this page helpful?

Download as PDF
NestApplicationContextOptions — NestJS head-to-head