Interface HealthCheckAware


public interface HealthCheckAware
An interface to represent an object which wishes to be injected with the HealthCheck
  • Method Details

    • getHealthCheck

      HealthCheck getHealthCheck()
      Gets the HealthCheck
      Returns:
      the health check
    • setHealthCheck

      void setHealthCheck(HealthCheck healthCheck)
      Injects the HealthCheck
      Parameters:
      healthCheck - the health check