类 DecoratedRetryer

  • 所有已实现的接口:
    feign.Retryer, Refreshable, java.lang.Cloneable

    public class DecoratedRetryer
    extends DecoratedFeignComponent<feign.Retryer>
    implements feign.Retryer
    从以下版本开始:
    0.0.1
    作者:
    韩超
    • 构造器详细资料

      • DecoratedRetryer

        public DecoratedRetryer​(java.lang.String contextId,
                                org.springframework.cloud.openfeign.FeignContext feignContext,
                                org.springframework.cloud.openfeign.FeignClientProperties clientProperties,
                                feign.Retryer delegate)
    • 方法详细资料

      • continueOrPropagate

        public void continueOrPropagate​(feign.RetryableException e)
        指定者:
        continueOrPropagate 在接口中 feign.Retryer
      • clone

        public feign.Retryer clone()
        指定者:
        clone 在接口中 feign.Retryer
        覆盖:
        clone 在类中 java.lang.Object