Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LifecycleServerDelegate

Delegate interface for server-side classes.

Hierarchy

  • LifecycleServerDelegate

Index

Properties

didBecomeReady?: LifecycleListener

Server entered 'ready' lifecycle phase and is now fully available.

Server completed 'init' lifecycle phase.

Server completed 'load' lifecycle phase.

Server completed 'start' lifecycle phase.

Server entered the stop lifecycle phase.

lifecycle: LifecycleServer
willBecomeReady?: LifecycleListener

Server entered the 'ready' lifecycle phase and is now fully available.

Starting 'init' lifecycle phase.

Server will enter 'load' lifecycle phase.

willShutdown?: LifecycleListener

Server will shutdown completely.

willStart?: LifecycleListener

Server will enter 'start' lifecycle phase but is not yet ready.

Server will enter the stop lifecycle phase soon.

Generated using TypeDoc