Theia API Documentation v1.65.0
    Preparing search index...

    Contribution for hooking into the backend lifecycle:

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

    Implements

    Index

    Constructors

    Properties

    deployerHandler: PluginDeployerHandler
    pluginReader: HostedPluginReader

    Methods

    • Called during the initialization of the backend application. Use this for functionality which has to run as early as possible.

      The implementation may be async, however it will still block the initialization step until it's resolved.

      Returns Promise<void>

      either undefined or a Promise resolving to undefined.