类 IdempotentAutoConfiguration
java.lang.Object
com.sie.mbm.mom.framework.idempotent.IdempotentAutoConfiguration
@Configuration(proxyBeanMethods=false)
@AutoConfigureAfter(org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class)
public class IdempotentAutoConfiguration
extends Object
幂等插件初始化
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明切面 拦截处理所有 @Idempotentkey 解析器
-
构造器详细资料
-
IdempotentAutoConfiguration
public IdempotentAutoConfiguration()
-
-
方法详细资料
-
idempotentAspect
切面 拦截处理所有 @Idempotent- 返回:
- Aspect
-
keyResolver
key 解析器- 返回:
- KeyResolver
-