Interface HealthChecker

All Known Implementing Classes:
JavaVirtualMachineHealthChecker

public interface HealthChecker
This interface allows you to define a health checker.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Checks the health of the component.
    Name of the health check.
  • Method Details

    • getName

      String getName()
      Name of the health check.
      Returns:
      The health check name
      Since:
      1.0.0
    • checkHealth

      Health checkHealth()
      Checks the health of the component.
      Returns:
      The component's health status
      Since:
      1.0.0