| 程序包 | 说明 |
|---|---|
| com.relaxed.common.idempotent | |
| com.relaxed.common.idempotent.key |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
IdempotentAspect.around(org.aspectj.lang.ProceedingJoinPoint joinPoint,
Idempotent idempotentAnnotation)
环绕通知,处理幂等性控制。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
IdempotentKeyStore.buildIdempotentKey(org.aspectj.lang.ProceedingJoinPoint joinPoint,
Idempotent idempotentAnnotation)
构建幂等键。
|
String |
AbstractIdempotentKeyStore.buildIdempotentKey(org.aspectj.lang.ProceedingJoinPoint joinPoint,
Idempotent idempotentAnnotation)
构建幂等键。
|
Copyright © 2025. All rights reserved.