在看一个源码 里面有一个接口,如下
public interface Message {
String getTag(); void setTag(String tag); String getKey(); void setKey(String key);
。。。。
这个 tag 和 key 可能是个啥概念?