Class BulkheadConfigurationProperties

java.lang.Object
io.github.resilience4j.common.CommonProperties
io.github.resilience4j.common.bulkhead.configuration.BulkheadConfigurationProperties
io.github.resilience4j.bulkhead.configure.BulkheadConfigurationProperties

public class BulkheadConfigurationProperties
extends io.github.resilience4j.common.bulkhead.configuration.BulkheadConfigurationProperties
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.github.resilience4j.common.bulkhead.configuration.BulkheadConfigurationProperties

    io.github.resilience4j.common.bulkhead.configuration.BulkheadConfigurationProperties.InstanceProperties
  • Constructor Summary

    Constructors 
    Constructor Description
    BulkheadConfigurationProperties()  
  • Method Summary

    Modifier and Type Method Description
    int getBulkheadAspectOrder()
    As of release 0.16.0 as we set an implicit spring aspect order for bulkhead to cover the async case of threadPool bulkhead

    Methods inherited from class io.github.resilience4j.common.bulkhead.configuration.BulkheadConfigurationProperties

    createBulkheadConfig, 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

  • Method Details

    • getBulkheadAspectOrder

      public int getBulkheadAspectOrder()
      As of release 0.16.0 as we set an implicit spring aspect order for bulkhead to cover the async case of threadPool bulkhead