@swizzyweb/swizzy-web-service
    Preparing search index...

    Class WebService<APP_STATE>Abstract

    Base web service class to be implemented.

    Type Parameters

    • APP_STATE

    Implements

    Index

    Constructors

    Properties

    instanceId: string

    instanceId of WebService.

    logger: ILogger<any>
    name: string

    Friendly name of webservice.

    packageName: string
    path: string
    port: number
    state: APP_STATE

    Methods

    • Returns {
          installedRouters: any;
          instanceId: string;
          isInstalled: boolean;
          logger: any;
          middleware: any;
          name: string;
          packageName: string;
          path: string;
          port: number;
          state: any;
      }