A factory that can create query engines dynamically based on a given config.

Type Parameters

Hierarchy

  • QueryEngineFactoryBase

    Constructors

    Properties

    defaultConfigPath: string

    The path to the config file.

    moduleRootPath: string

    The path to the invoking module.

    queryEngineWrapper: ((actorInitQuery) => Q)

    Callback for wrapping a query init actor in a query engine.

    Type declaration

    Methods