SudoSOS Back-end API / internal/application / Application
Class: Application ​
Constructors ​
Constructor ​
ts
new Application(): Application;Returns ​
Application
Properties ​
| Property | Type |
|---|---|
app | Express |
connection | DataSource |
logger | Logger |
redisConnection | Redis |
roleManager | RoleManager |
server | Server |
specification | SwaggerSpecification |
tasks | ScheduledTask[] |
webSocketService | WebSocketService |
workers | Worker<any, any, string>[] |
Methods ​
stop() ​
ts
stop(): Promise<void>;Returns ​
Promise<void>