public class HystrixHealthIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
HealthIndicator implementation for Hystrix circuit breakers.
This default implementation will not change the system state (e.g. OK) but
includes all open circuits by name.
| Constructor and Description |
|---|
HystrixHealthIndicator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.