Function listSingleThreadedComponents

  • Will list class names of components instantiated implementing the SingleThreaded interface while the application is being run in multithreaded mode.

    Type Parameters

    • T

    Parameters

    • componentsManager: ComponentsManager<T>

      The componentsManager being used to set up the application

    Returns Promise<string[]>