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
-
Constructor Summary
Constructors Constructor Description BulkheadConfigurationProperties() -
Method Summary
Modifier and Type Method Description intgetBulkheadAspectOrder()As of release 0.16.0 as we set an implicit spring aspect order for bulkhead to cover the async case of threadPool bulkhead
-
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
-