Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Class BaseServiceAbstract

    Base class for all services with lifecycle management. Handles initialization, disposal, and state tracking.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    logger: ILogger

    Logger instance for this service.

    name: string

    Service name for logging.

    Accessors

    Methods

    • Asserts that the service is ready for use. Throws an error if the service is not in the Ready state.

      Returns void

      Error if service is not ready.