| Interface | Description |
|---|---|
| CircuitBreaker |
Spring Cloud circuit breaker.
|
| ConfigBuilder<CONF> |
A builder for circuit breaker configurations.
|
| Customizer<TOCUSTOMIZE> |
Customizes the parameterized class.
|
| ReactiveCircuitBreaker |
Spring Cloud reactive circuit breaker API.
|
| Class | Description |
|---|---|
| AbstractCircuitBreakerFactory<CONF,CONFB extends ConfigBuilder<CONF>> |
Base class for factories which produce circuit breakers.
|
| CircuitBreakerFactory<CONF,CONFB extends ConfigBuilder<CONF>> |
Creates circuit breakers based on the underlying implementation.
|
| EnableCircuitBreakerImportSelector |
Imports a single circuit breaker implementation configuration.
|
| ReactiveCircuitBreakerFactory<CONF,CONFB extends ConfigBuilder<CONF>> |
Creates reactive circuit breakers.
|
| Exception | Description |
|---|---|
| NoFallbackAvailableException |
A runtime exception that tells no fallback is available for the circuit breaker.
|
| Annotation Type | Description |
|---|---|
| EnableCircuitBreaker | Deprecated
as of the 3.0.1 release.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.