Browse Source

Adding links to other implementations

pull/599/head
Ryan Baxter 5 years ago
parent
commit
5622797489
  1. 5
      docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc

5
docs/src/main/asciidoc/spring-cloud-circuitbreaker.adoc

@ -82,4 +82,7 @@ The `Customizer` interface has a single method called `customize` that takes in @@ -82,4 +82,7 @@ The `Customizer` interface has a single method called `customize` that takes in
For detailed information on how to customize a given implementation see
the links below
* link:../../../spring-cloud-netflix/reference/html/#_circuit_breaker_spring_cloud_circuit_breaker_with_hystrix[Hystrix]
* link:../../../spring-cloud-netflix/reference/html/#_circuit_breaker_spring_cloud_circuit_breaker_with_hystrix[Hystrix]
* link:../../../spring-cloud-circuitbreaker/reference/html/spring-cloud-circuitbreaker.html#_configuring_resilience4j_circuit_breakers[Resilience4J]
* link:../../../spring-cloud-circuitbreaker/reference/html/spring-cloud-circuitbreaker.html#_configuring_sentinel_circuit_breakers[Sentinal]
* link:../../../https://cloud.spring.io/spring-cloud-circuitbreaker/reference/html/spring-cloud-circuitbreaker.html#_configuring_spring_retry_circuit_breakers[Spring Retry]
Loading…
Cancel
Save