java.lang.Object
cn.herodotus.engine.facility.alibaba.autoconfigure.sentinel.enhance.HerodotusFeignFallback<T>
所有已实现的接口:
org.springframework.cglib.proxy.Callback, org.springframework.cglib.proxy.MethodInterceptor

public class HerodotusFeignFallback<T> extends Object implements org.springframework.cglib.proxy.MethodInterceptor

Description: 统一 fallback 实体

作者:
: gengwei.zheng
Date:
: 2022/5/30 15:12
  • 构造器详细资料

    • HerodotusFeignFallback

      public HerodotusFeignFallback(Class<T> targetType, String targetName, Throwable cause)
  • 方法详细资料

    • intercept

      public Object intercept(Object o, Method method, Object[] objects, org.springframework.cglib.proxy.MethodProxy methodProxy) throws Throwable
      指定者:
      intercept 在接口中 org.springframework.cglib.proxy.MethodInterceptor
      抛出:
      Throwable
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object