Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
Modifier and Type | Method and Description |
---|---|
BulkheadConfig<R> |
Bulkhead.getConfig()
Returns the
BulkheadConfig that the Bulkhead was built with. |
Modifier and Type | Method and Description |
---|---|
static <R> BulkheadBuilder<R> |
Bulkhead.builder(BulkheadConfig<R> config)
Creates a new BulkheadBuilder that will be based on the
config . |
Copyright © 2022. All rights reserved.