Browse Source

Adding links to circuit breaker docs for hystrix

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

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

@ -79,4 +79,7 @@ that caused the failure. @@ -79,4 +79,7 @@ that caused the failure.
You can configure your circuit breakers using by creating beans of type `Customizer`.
The `Customizer` interface has a single method called `customize` that takes in the `Object` to customize.
// TODO link to implementation docs
For detailed information on how to customize a given implementation see
the links below
* [Hystrix](../spring-cloud-netflix/reference/html/#_circuit_breaker_spring_cloud_circuit_breaker_with_hystrix)
Loading…
Cancel
Save