Class MockHealthIndicator

java.lang.Object
org.shoulder.monitor.MockHealthIndicator
All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

public class MockHealthIndicator extends Object implements org.springframework.boot.actuate.health.HealthIndicator
  • Constructor Summary

    Constructors
    Constructor
    Description
    MockHealthIndicator(org.springframework.boot.actuate.health.Health health)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.actuate.health.Health
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator

    getHealth
  • Constructor Details

    • MockHealthIndicator

      public MockHealthIndicator(org.springframework.boot.actuate.health.Health health)
  • Method Details

    • health

      public org.springframework.boot.actuate.health.Health health()
      Specified by:
      health in interface org.springframework.boot.actuate.health.HealthIndicator