diff --git a/reference/html/README.html b/reference/html/README.html index a0a8a42..afbd14f 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -358,6 +358,23 @@ public Customizer<ReactiveHystrixCircuitBreakerFactory> customizer() {
There are two starters for the Resilience4J implementations, one for reactive applications and +one for non-reactive applications.
+org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j - non-reactive applications
org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j - reactive applications
To provide a default configuration for all of your circuit breakers create a Customize bean that is passed a
diff --git a/reference/html/spring-cloud-circuitbreaker-resilience4j.html b/reference/html/spring-cloud-circuitbreaker-resilience4j.html
index 5e84541..13533d7 100644
--- a/reference/html/spring-cloud-circuitbreaker-resilience4j.html
+++ b/reference/html/spring-cloud-circuitbreaker-resilience4j.html
@@ -103,6 +103,23 @@ $(addBlockSwitches);
There are two starters for the Resilience4J implementations, one for reactive applications and +one for non-reactive applications.
+org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j - non-reactive applications
org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j - reactive applications
To provide a default configuration for all of your circuit breakers create a Customize bean that is passed a
diff --git a/reference/html/spring-cloud-circuitbreaker.html b/reference/html/spring-cloud-circuitbreaker.html
index bd64961..f6f6951 100644
--- a/reference/html/spring-cloud-circuitbreaker.html
+++ b/reference/html/spring-cloud-circuitbreaker.html
@@ -337,6 +337,23 @@ public Customizer<ReactiveHystrixCircuitBreakerFactory> customizer() {
There are two starters for the Resilience4J implementations, one for reactive applications and +one for non-reactive applications.
+org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j - non-reactive applications
org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j - reactive applications
To provide a default configuration for all of your circuit breakers create a Customize bean that is passed a