
org.openl.util.ce.IServiceMTFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.openl.rules.ce Show documentation
Show all versions of org.openl.rules.ce Show documentation
OpenL Tablets Concurrent Edition
package org.openl.util.ce;
import org.openl.util.ce.conf.ServiceMTConfiguration;
public interface IServiceMTFactory {
IServiceMT makeService(ServiceMTConfiguration config);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy