Creates an instance of NestApplication.
Entry (root) application module class
List of options to initialize NestApplication
A promise that, when resolved, contains a reference to the NestApplication instance.
Creates an instance of NestApplication with the specified httpAdapter
.
Entry (root) application module class
Adapter to proxy the request/response cycle to the underlying HTTP server
List of options to initialize NestApplication
A promise that, when resolved, contains a reference to the NestApplication instance.
Creates an instance of NestApplicationContext.
Entry (root) application module class
Optional Nest application configuration
A promise that, when resolved, contains a reference to the NestApplicationContext instance.
Creates an instance of NestMicroservice.
Entry (root) application module class
Optional microservice configuration
A promise that, when resolved, contains a reference to the NestMicroservice instance.
Generated using TypeDoc