Package org.springframework.cloud.client.circuitbreaker
package org.springframework.cloud.client.circuitbreaker
-
ClassDescriptionAbstractCircuitBreakerFactory<CONF, CONFB extends ConfigBuilder<CONF>>Base class for factories which produce circuit breakers.Spring Cloud circuit breaker.CircuitBreakerFactory<CONF, CONFB extends ConfigBuilder<CONF>>Creates circuit breakers based on the underlying implementation.ConfigBuilder<CONF>A builder for circuit breaker configurations.Customizer<TOCUSTOMIZE>Customizes the parameterized class.A runtime exception that tells no fallback is available for the circuit breaker.Spring Cloud reactive circuit breaker API.ReactiveCircuitBreakerFactory<CONF, CONFB extends ConfigBuilder<CONF>>Creates reactive circuit breakers.