类 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

幂等插件初始化

  • 构造器详细资料

    • IdempotentAutoConfiguration

      public IdempotentAutoConfiguration()
  • 方法详细资料

    • idempotentAspect

      @Bean public IdempotentAspect idempotentAspect()
      切面 拦截处理所有 @Idempotent
      返回:
      Aspect
    • keyResolver

      @Bean @ConditionalOnMissingBean(KeyResolver.class) public KeyResolver keyResolver()
      key 解析器
      返回:
      KeyResolver