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,java.lang.Cloneable
public class DecoratedRetryer extends DecoratedFeignComponent<feign.Retryer> implements feign.Retryer
-
-
Field Summary
-
Fields inherited from class io.microsphere.spring.cloud.openfeign.components.DecoratedFeignComponent
delegate, logger
-
-
Constructor Summary
Constructors Constructor Description DecoratedRetryer(java.lang.String contextId, org.springframework.cloud.openfeign.FeignContext feignContext, org.springframework.cloud.openfeign.FeignClientProperties clientProperties, feign.Retryer delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description feign.Retryerclone()protected java.lang.Class<? extends feign.Retryer>componentType()voidcontinueOrPropagate(feign.RetryableException e)-
Methods inherited from class io.microsphere.spring.cloud.openfeign.components.DecoratedFeignComponent
contextId, delegate, equals, get, getCurrentConfiguration, getDefaultConfiguration, hashCode, instantiate, loadInstance, loadInstanceFromContextFactory, refresh, toString
-
-
-
-
Method Detail
-
componentType
protected java.lang.Class<? extends feign.Retryer> componentType()
- Specified by:
componentTypein classDecoratedFeignComponent<feign.Retryer>
-
continueOrPropagate
public void continueOrPropagate(feign.RetryableException e)
- Specified by:
continueOrPropagatein interfacefeign.Retryer
-
clone
public feign.Retryer clone()
- Specified by:
clonein interfacefeign.Retryer- Overrides:
clonein classjava.lang.Object
-
-