public class CircuitBreakerConfigurationProperties
extends io.github.resilience4j.common.circuitbreaker.configuration.CircuitBreakerConfigurationProperties
| Constructor and Description |
|---|
CircuitBreakerConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCircuitBreakerAspectOrder()
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 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 |
setCircuitBreakerAspectOrder(int circuitBreakerAspectOrder) |
public CircuitBreakerConfigurationProperties()
public int getCircuitBreakerAspectOrder()
public void setCircuitBreakerAspectOrder(int circuitBreakerAspectOrder)
circuitBreakerAspectOrder - circuit breaker aspect order