Package org.alexmond.sample
Class CustomHealthIndicator
java.lang.Object
org.alexmond.sample.CustomHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
@Component
public class CustomHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
-
Constructor Details
-
CustomHealthIndicator
public CustomHealthIndicator()
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
healthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-