类 FixedKeyGenerator
java.lang.Object
cn.taketoday.retry.interceptor.FixedKeyGenerator
- 所有已实现的接口:
MethodArgumentsKeyGenerator
- 从以下版本开始:
- 4.0
- 作者:
- Dave Syer
-
字段概要
-
构造器概要
-
方法概要
-
字段详细资料
-
label
-
-
构造器详细资料
-
FixedKeyGenerator
-
-
方法详细资料
-
getKey
从接口复制的说明:MethodArgumentsKeyGenerator
Get a unique identifier for the item that can be used to cache it between calls if necessary, and then identify it later.- 指定者:
getKey
在接口中MethodArgumentsKeyGenerator
- 参数:
item
- the current method arguments (may be null if there are none).- 返回:
- a unique identifier.
-