public class RetryConfigurationProperties
extends io.github.resilience4j.common.retry.configuration.RetryConfigurationProperties
| Constructor and Description |
|---|
RetryConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRetryAspectOrder()
As of release 0.16.0 as we set an implicit spring aspect order now which is retry then
circuit breaker then rate limiter then bulkhead but the user can override it still if he has
different use case but bulkhead will be first aspect all the time due to the implicit order
we have it for bulkhead
|
void |
setRetryAspectOrder(int retryAspectOrder)
set retry aspect order
|
public int getRetryAspectOrder()
public void setRetryAspectOrder(int retryAspectOrder)
retryAspectOrder - retry aspect target order