类 DecoratedRetryer
- java.lang.Object
-
- io.microsphere.spring.cloud.openfeign.components.DecoratedFeignComponent<feign.Retryer>
-
- io.microsphere.spring.cloud.openfeign.components.DecoratedRetryer
-
- 所有已实现的接口:
feign.Retryer,Refreshable,java.lang.Cloneable
public class DecoratedRetryer extends DecoratedFeignComponent<feign.Retryer> implements feign.Retryer
- 从以下版本开始:
- 0.0.1
- 作者:
- 韩超
-
-
字段概要
-
从类继承的字段 io.microsphere.spring.cloud.openfeign.components.DecoratedFeignComponent
delegate
-
-
构造器概要
构造器 构造器 说明 DecoratedRetryer(java.lang.String contextId, org.springframework.cloud.openfeign.FeignContext feignContext, org.springframework.cloud.openfeign.FeignClientProperties clientProperties, feign.Retryer delegate)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 feign.Retryerclone()protected java.lang.Class<feign.Retryer>componentType()voidcontinueOrPropagate(feign.RetryableException e)-
从类继承的方法 io.microsphere.spring.cloud.openfeign.components.DecoratedFeignComponent
contextId, delegate, equals, getCurrentConfiguration, getDefaultConfiguration, getFeignContext, hashCode, instantiate, loadInstance, refresh, toString
-
-
-
-
方法详细资料
-
componentType
protected java.lang.Class<feign.Retryer> componentType()
- 指定者:
componentType在类中DecoratedFeignComponent<feign.Retryer>
-
continueOrPropagate
public void continueOrPropagate(feign.RetryableException e)
- 指定者:
continueOrPropagate在接口中feign.Retryer
-
clone
public feign.Retryer clone()
- 指定者:
clone在接口中feign.Retryer- 覆盖:
clone在类中java.lang.Object
-
-