Uses of Class
dev.failsafe.BulkheadConfig
-
Packages that use BulkheadConfig Package Description dev.failsafe APIs for performing failsafe executions.dev.failsafe.internal -
-
Uses of BulkheadConfig in dev.failsafe
Methods in dev.failsafe that return BulkheadConfig Modifier and Type Method Description BulkheadConfig<R>
Bulkhead. getConfig()
Returns theBulkheadConfig
that the Bulkhead was built with.Methods in dev.failsafe with parameters of type BulkheadConfig Modifier and Type Method Description static <R> BulkheadBuilder<R>
Bulkhead. builder(BulkheadConfig<R> config)
Creates a new BulkheadBuilder that will be based on theconfig
.Constructors in dev.failsafe with parameters of type BulkheadConfig Constructor Description BulkheadBuilder(BulkheadConfig<R> config)
BulkheadConfig(BulkheadConfig<R> config)
-
Uses of BulkheadConfig in dev.failsafe.internal
Fields in dev.failsafe.internal declared as BulkheadConfig Modifier and Type Field Description private BulkheadConfig<R>
BulkheadImpl. config
Methods in dev.failsafe.internal that return BulkheadConfig Modifier and Type Method Description BulkheadConfig<R>
BulkheadImpl. getConfig()
Constructors in dev.failsafe.internal with parameters of type BulkheadConfig Constructor Description BulkheadImpl(BulkheadConfig<R> config)
-