您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
字段 |
可选
|
必需
详细资料:
字段 |
元素
SEARCH:
程序包
cn.herodotus.engine.protect.core.annotation
Annotation Interface Idempotent
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Documented
public @interface
Idempotent
Description: 幂等标识注解
作者:
: gengwei.zheng
Date:
: 2021/8/22 14:25
可选元素概要
可选元素
修饰符和类型
可选元素
说明
String
expire
过期时间,即幂等签章有效时间。
元素详细资料
expire
String
expire
过期时间,即幂等签章有效时间。使用Duration格式配置。。
默认为:空,即不设置该属性。那么就使用StampProperies中的配置进行设置。 如果设置了该值,就以该值进行设置。
返回:
Long
默认值:
"PT5S"