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