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

com.penglecode.common.support.Node Maven / Gradle / Ivy

Go to download

commons is a little java tool to make your development easier in your work.

The newest version!
package com.penglecode.common.support;
/**
 * 负载均衡对象节点
 * 
 * @author	  	pengpeng
 * @date	  	2015年1月14日 下午2:40:18
 * @version  	1.0
 */
public interface Node {

	public String getNodeId();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy