Package-level declarations
Types
Link copied to clipboard
Additional policies that can be applied to components to control how the Service extension will treat them.
Link copied to clipboard
Class for the services extension logic.
Link copied to clipboard
Exceptions that occur within the starting or stopping process are wrapped with this type.
Functions
Properties
Link copied to clipboard
Disables this service: it will not be started or stopped when using ServiceManager.startAll or ServiceManager.stopAll.
Link copied to clipboard
Disables this service: it will not be started when using ServiceManager.startAll, but will be stopped when using ServiceManager.stopAll.
Link copied to clipboard
Disables this service: it will not be started when using ServiceManager.stopAll, but will be stopped when using ServiceManager.startAll.
Link copied to clipboard
Retrieves the ServiceManager that was created when running useServices while building the environment.