public class FeignMetricsRetryerDecorator
extends java.lang.Object
implements feign.Retryer
Retryer which exposes a metric which shows the number of attempts being made during
invocation on the target. It can only be used together with FeignMetricsInvocationHandlerFactoryDecorator
because it takes the actual invoked method from its threadlocal.| Constructor and Description |
|---|
FeignMetricsRetryerDecorator(feign.Retryer retryer,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
feign.Retryer |
clone() |
void |
continueOrPropagate(feign.RetryableException e) |
Copyright © 2021. All rights reserved.