Class DecoratedRetryer

java.lang.Object
io.microsphere.spring.cloud.openfeign.components.DecoratedFeignComponent<feign.Retryer>
io.microsphere.spring.cloud.openfeign.components.DecoratedRetryer
All Implemented Interfaces:
feign.Retryer, Refreshable, Cloneable

public class DecoratedRetryer extends DecoratedFeignComponent<feign.Retryer> implements feign.Retryer
Since:
0.0.1
Author:
韩超, Mercy
  • Constructor Details

    • DecoratedRetryer

      public DecoratedRetryer(String contextId, org.springframework.cloud.context.named.NamedContextFactory<org.springframework.cloud.openfeign.FeignClientSpecification> contextFactory, org.springframework.cloud.openfeign.FeignClientProperties clientProperties, feign.Retryer delegate)
  • Method Details

    • componentType

      protected Class<? extends feign.Retryer> componentType()
      Specified by:
      componentType in class DecoratedFeignComponent<feign.Retryer>
    • 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 Object