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

org.zodiac.mybatisplus.binding.binder.remote.RemoteBindingProviderFactory Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.mybatisplus.binding.binder.remote;

/**
 * 远程绑定工厂类。
 * 
 */
public interface RemoteBindingProviderFactory {

    /**
     * 创建provider实例。
     * 
     * @param module 模块
     * @return {@link RemoteBindingProvider}对象
     */
    RemoteBindingProvider create(String module);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy