Class BulkheadConfigurationProperties

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

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

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

    io.github.resilience4j.common.bulkhead.configuration.CommonBulkheadConfigurationProperties.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 for bulkhead to cover the async case of threadPool bulkhead

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

    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

    • BulkheadConfigurationProperties

      public BulkheadConfigurationProperties()
  • 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