LifecycleService
Home > @backstage/backend-plugin-api
> LifecycleService
Provides registration of plugin startup and shutdown lifecycle hooks.
See the service documentation for more details.
Signature:
export interface LifecycleService
Methods
Method |
Description |
---|---|
Register a function to be called when the backend is shutting down. | |
Register a function to be called when the backend has been initialized. |