Class CircuitBreakerConfigurationProperties

java.lang.Object
io.github.resilience4j.common.CommonProperties
io.github.resilience4j.common.circuitbreaker.configuration.CommonCircuitBreakerConfigurationProperties
io.github.resilience4j.circuitbreaker.configure.CircuitBreakerConfigurationProperties

public class CircuitBreakerConfigurationProperties extends io.github.resilience4j.common.circuitbreaker.configuration.CommonCircuitBreakerConfigurationProperties
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.github.resilience4j.common.circuitbreaker.configuration.CommonCircuitBreakerConfigurationProperties

    io.github.resilience4j.common.circuitbreaker.configuration.CommonCircuitBreakerConfigurationProperties.InstanceProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    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)
     

    Methods inherited from class io.github.resilience4j.common.circuitbreaker.configuration.CommonCircuitBreakerConfigurationProperties

    createCircuitBreakerConfig, findCircuitBreakerProperties, getBackendProperties, getBackends, getConfigs, getInstances

    Methods inherited from class io.github.resilience4j.common.CommonProperties

    getTags, setTags

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CircuitBreakerConfigurationProperties

      public CircuitBreakerConfigurationProperties()
  • Method Details

    • getCircuitBreakerAspectOrder

      public 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
    • setCircuitBreakerAspectOrder

      public void setCircuitBreakerAspectOrder(int circuitBreakerAspectOrder)
      Parameters:
      circuitBreakerAspectOrder - circuit breaker aspect order