com.penglecode.common.support.Node Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
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();
}