From f062af8be7b20d162860a6d0339950825ef46f2b Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 20 Aug 2019 19:36:12 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 17 +++++++++++++++++ ...pring-cloud-circuitbreaker-resilience4j.html | 17 +++++++++++++++++ reference/html/spring-cloud-circuitbreaker.html | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) 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() {

Configuring Resilience4J Circuit Breakers

+

Starters

+
+

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

    +
  • +
+
+
+

Default Configuration

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);

Configuring Resilience4J Circuit Breakers

+

Starters

+
+

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

    +
  • +
+
+
+

Default Configuration

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() {

Configuring Resilience4J Circuit Breakers

+

Starters

+
+

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

    +
  • +
+
+
+

Default Configuration

To provide a default configuration for all of your circuit breakers create a Customize bean that is passed a