Class LocalizationServerImpl

Contribution for hooking into the backend lifecycle:

  • initialize()
  • configure(expressApp)
  • onStart(httpServer)
  • onStop()

Implements

Constructors

Properties

initialized: Deferred<void> = ...
localizationProvider: LocalizationProvider
localizationRegistry: LocalizationRegistry

Methods