All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.icthh.xm.commons.lep.groovy.GroovyEngineCreationStrategy Maven / Gradle / Ivy

package com.icthh.xm.commons.lep.groovy;

import com.icthh.xm.commons.lep.LepPathResolver;
import com.icthh.xm.commons.lep.groovy.storage.LepStorage;
import com.icthh.xm.commons.lep.impl.LoggingWrapper;

import java.util.Map;

public interface GroovyEngineCreationStrategy {

        GroovyLepEngine createEngine(String tenant,
                                     LepStorage leps,
                                     LoggingWrapper loggingWrapper,
                                     ClassLoader classLoader,
                                     Map lepMetadata,
                                     LepResourceConnector lepResourceConnector,
                                     LepPathResolver lepPathResolver,
                                     boolean isWarmupEnabled);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy