| Package | Description |
|---|---|
| dev.failsafe |
APIs for performing failsafe executions.
|
| Modifier and Type | Method and Description |
|---|---|
Bulkhead<R> |
BulkheadBuilder.build()
Builds a new
Bulkhead using the builder's configuration. |
Bulkhead<?> |
BulkheadFullException.getBulkhead()
Returns the
Bulkhead that caused the exception. |
static <R> Bulkhead<R> |
Bulkhead.of(int maxConcurrency)
Returns a Bulkhead for the
maxConcurrency that has zero
wait. |
| Constructor and Description |
|---|
BulkheadFullException(Bulkhead<?> bulkhead) |
Copyright © 2022. All rights reserved.