Returns the main Squid instance with the current backend configuration.
Initializes lifecycle metadata so the runtime knows which hooks the connector implements.
Invoked by the runtime when terminating the worker to release Squid client instances.
Keep this method: tenant worker looks up default.cleanup
directly.
@internal.
Exposes bundle metadata to the runtime. @internal.
Triggered whenever properties of an existing integration with a supported type are changed. @internal.
Triggered when an integration of a supported type is created. @internal.
Triggered when an existing integration with a supported type is being deleted, right before the actual deletion from the DB.
The integration will be removed regardless if this call fails or not. @internal.
The SquidProject class is the entry point for the Squid backend project.