Uses of Class
io.github.resilience4j.bulkhead.BulkheadConfig.Builder
Packages that use BulkheadConfig.Builder
-
Uses of BulkheadConfig.Builder in io.github.resilience4j.bulkhead
Methods in io.github.resilience4j.bulkhead that return BulkheadConfig.BuilderModifier and TypeMethodDescriptionstatic BulkheadConfig.BuilderBulkheadConfig.custom()Returns a builder to create a custom BulkheadConfig.BulkheadConfig.Builder.fairCallHandlingStrategyEnabled(boolean fairCallHandlingEnabled) Indicates whether FairSync or NonfairSync should be used in Semaphore.static BulkheadConfig.BuilderBulkheadConfig.from(BulkheadConfig baseConfig) Returns a builder to create a custom BulkheadConfig.BulkheadConfig.Builder.maxConcurrentCalls(int maxConcurrentCalls) Configures the max amount of concurrent calls the bulkhead will support.BulkheadConfig.Builder.maxWaitDuration(Duration maxWaitDuration) Configures a maximum amount of time which the calling thread will wait to enter the bulkhead.BulkheadConfig.Builder.writableStackTraceEnabled(boolean writableStackTraceEnabled) Enables writable stack traces.