Metatell AI Bot - v0.0.10
    Preparing search index...

    Class PresenceManagerAbstract

    ServiceIdentifier - Type-safe service identification token

    This abstract class serves as a type token for dependency injection, allowing type-safe service registration and retrieval without strings.

    Usage:

    export interface IMyService { ... }
    export abstract class MyService extends ServiceIdentifier<IMyService> {}

    Hierarchy (View Summary)

    Index

    Constructors

    Constructors