Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILifeCycle

服务器生命周期

Hierarchy

Index

Properties

Optional afterStartAll

afterStartAll: function

Type declaration

Optional afterStartup

afterStartup: function

Type declaration

    • Parameters

      Returns void

Optional beforeShutdown

beforeShutdown: function

Type declaration

    • (app: Application, shutDown: function, cancelShutDownTimer: function): void
    • Parameters

      • app: Application
      • shutDown: function
          • (): void
          • Returns void

      • cancelShutDownTimer: function
          • (): void
          • Returns void

      Returns void

Optional beforeStartup

beforeStartup: function

Type declaration

    • Parameters

      Returns void