class documentation

class ServiceDefinition: (source)

View In Hierarchy

Dataclass to hold information about a service.

Class Variable metadata Metadata associated with the service.
Class Variable pluginName Name of the plugin that provides the service.
Class Variable priority Priority of the service. Lower values mean higher priority.
Class Variable tags List of tags associated with the service.
metadata: dict[str, Any] = (source)

Metadata associated with the service.

pluginName: str = (source)

Name of the plugin that provides the service.

priority: int = (source)

Priority of the service. Lower values mean higher priority.

tags: list[str] = (source)

List of tags associated with the service.