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:
      health in interface org.springframework.boot.actuate.health.HealthIndicator