eligius
    Preparing search index...

    Interface IEngineFactory

    Describes an object that is capable of processing the given configuration and constructing an IEligiusEngine based on this configuration.

    interface IEngineFactory {
        createEngine(
            engineConfig: IEngineConfiguration,
            resolver?: IConfigurationResolver,
        ): IEligiusEngine;
    }

    Implemented by

    Index

    Methods

    Methods