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

cn.geektool.es.admin.external.IESExternal Maven / Gradle / Ivy

There is a newer version: 0.0.9
Show newest version
package cn.geektool.es.admin.external;

import cn.geektool.es.admin.factory.IESFactory;
import cn.geektool.es.server.ESFactory;

/**
 * es扩展
 *
 * @author jiangdi
 * @since 1.0.0
 */
public interface IESExternal {

    /**
     * 创建
     *
     * @param key
     * @return
     */
    default IESFactory create(String key) {
        return new ESFactory();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy