CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Interface IServiceFactory<T>

    Service factory interface

    Defines a standard way to create service instances

    interface IServiceFactory<T extends IBaseService> {
        create(config?: ServiceConfig): T;
    }

    Type Parameters

    Index

    Methods

    Methods