public abstract class AbstractIdempotentKeyStore extends Object implements IdempotentKeyStore
IdempotentKeyStore 接口,提供了幂等键构建的通用实现,主要功能包括: 1. 支持 SpEL 表达式构建幂等键
2. 支持请求上下文信息获取 3. 支持自定义前缀和唯一标识| 构造器和说明 |
|---|
AbstractIdempotentKeyStore() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
buildIdempotentKey(org.aspectj.lang.ProceedingJoinPoint joinPoint,
Idempotent idempotentAnnotation)
构建幂等键。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremove, saveIfAbsentpublic String buildIdempotentKey(org.aspectj.lang.ProceedingJoinPoint joinPoint, Idempotent idempotentAnnotation)
buildIdempotentKey 在接口中 IdempotentKeyStorejoinPoint - 连接点idempotentAnnotation - 幂等注解Copyright © 2025. All rights reserved.