|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface MessageIdCache
Message id cache to prevent duplicated messages for the same consumer group.
方法摘要 | |
---|---|
Byte |
get(String key)
Get value from cache,it the item is exists,it must be returned. |
void |
put(String key,
Byte exists)
Added key value to cache |
方法详细信息 |
---|
void put(String key, Byte exists)
key
- exists
- Byte get(String key)
key
-
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |