类 HerodotusFallbackFactory<T>

java.lang.Object
cn.herodotus.engine.facility.alibaba.autoconfigure.sentinel.enhance.HerodotusFallbackFactory<T>
所有已实现的接口:
org.springframework.cloud.openfeign.FallbackFactory<T>

public class HerodotusFallbackFactory<T> extends Object implements org.springframework.cloud.openfeign.FallbackFactory<T>

Description: Feign 统一 Fallback 工厂

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

    • HerodotusFallbackFactory

      public HerodotusFallbackFactory(feign.Target<T> target)
  • 方法详细资料

    • create

      public T create(Throwable cause)
      指定者:
      create 在接口中 org.springframework.cloud.openfeign.FallbackFactory<T>