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

com.sghd.logging.ServerIdConverter Maven / Gradle / Ivy

The newest version!
package com.sghd.logging;

/**
 * 记录的服务器ID转换器
 * @author Ramon
 */
public interface ServerIdConverter {

	/**
	 * 服务器ID转换
	 * @param operator 运营商ID
	 * @param server 来源服务器ID
	 * @return 转换后的服务器ID
	 */
	int convert(int operator, int server);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy