Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • BulkheadConfigurationProperties

        public BulkheadConfigurationProperties()
    • Method Detail

      • 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