Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Startup

Hierarchy

  • Startup

Implements

Index

Constructors

constructor

Properties

cache

cache: Cache

exchangeMessages

exchangeMessages: ExchangeMessageRegistry

loader

system

system: System

taskRunnerRegistry

taskRunnerRegistry: TaskRunnerRegistry

tasks

tasks: Tasks

watcherRegistry

watcherRegistry: WatcherRegistry

workers

workers: Workers

Methods

bootstrap

  • bootstrap(): Promise<void>

Private eventbus

  • eventbus(): void

ready

  • ready(): Promise<void>

Private schedule

  • schedule(): Promise<void>

shutdown

  • shutdown(): Promise<void>
  • impl. onShutdown function, shutdowns following components:

    • cache
    • distributed system
    • EventBus
    • tasks
    • workers
    • watchers

    Returns Promise<void>

Generated using TypeDoc