Interface BackingEngineFactory

    • Method Detail

      • getModuleClass

        String getModuleClass()
        Get the module class.
        Returns:
        the module class.
      • build

        BackingEngine build​(Map<String,​?> options)
        Backing engine factory method.
        Parameters:
        options - the factory options.
        Returns:
        the built backing engine.