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

    Class CoreServiceFactory

    Core Service Factory - Contains only SDK core services This can be used independently without any application-specific dependencies

    Index

    Constructors

    Properties

    container: ServiceContainer

    Methods

    • Get a service from the container

      Type Parameters

      • T

      Parameters

      Returns T

      Service instance

    • Get a service from the container

      Type Parameters

      • C extends new (...args: any[]) => any

      Parameters

      • key: C

        Service identifier token or class

      Returns InstanceType<C>

      Service instance

    • Parameters

      Returns void