Class DecoratedRetryer

    • Constructor Detail

      • DecoratedRetryer

        public DecoratedRetryer​(java.lang.String contextId,
                                org.springframework.cloud.openfeign.FeignContext feignContext,
                                org.springframework.cloud.openfeign.FeignClientProperties clientProperties,
                                feign.Retryer delegate)
    • Method Detail

      • continueOrPropagate

        public void continueOrPropagate​(feign.RetryableException e)
        Specified by:
        continueOrPropagate in interface feign.Retryer
      • clone

        public feign.Retryer clone()
        Specified by:
        clone in interface feign.Retryer
        Overrides:
        clone in class java.lang.Object