@backstage/backend-defaults
Version:
Backend defaults used by Backstage backend apps
16 lines (13 loc) • 606 B
TypeScript
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
import { RootLifecycleService } from '@backstage/backend-plugin-api';
/**
* Registration of backend startup and shutdown lifecycle hooks.
*
* See {@link @backstage/code-plugin-api#RootLifecycleService}
* and {@link https://backstage.io/docs/backend-system/core-services/root-lifecycle | the service docs}
* for more information.
*
* @public
*/
declare const rootLifecycleServiceFactory: _backstage_backend_plugin_api.ServiceFactory<RootLifecycleService, "root", "singleton">;
export { rootLifecycleServiceFactory };