class CoordinatedStartup extends CoordinatedLifecycle<StartupPhase>Member visibility
Filter class members by access level.
Showing members with Protected visibility and higher.
logger
protected readonly logger: LoggerInherited from:CoordinatedLifecycle
phaseEnum
Inherited from:CoordinatedLifecycle
phaseOrder
protected readonly phaseOrder: TPhase[]Inherited from:CoordinatedLifecycle
tasksMap
protected readonly tasksMap: Map<TPhase, LifecycleTask[]>Inherited from:CoordinatedLifecycle
protected canAddTask(): booleanprotected canRemoveTask(): booleanprotected async executeTasksInPhase(
phase: StartupPhase,
tasks: LifecycleTask[]
): Promise<PromiseSettledResult<void>[]>protected getTaskType(): stringprotected isAborted(): booleanremoveTask()
Inherited from:CoordinatedLifecycle
runPhase()
Inherited from:CoordinatedLifecycle
runTaskWithTimeout()
protected async runTaskWithTimeout(
phase: TPhase,
task: LifecycleTask
): Promise<void>Inherited from:CoordinatedLifecycle