Interface HealthCheckUpdateListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface HealthCheckUpdateListener
A listener interface for receiving HealthCheckService update events.
  • Method Summary

    Modifier and Type Method Description
    void healthUpdated​(boolean isHealthy)
    Invoked when the healthiness is updated.
  • Method Details

    • healthUpdated

      void healthUpdated​(boolean isHealthy) throws Exception
      Invoked when the healthiness is updated.
      Throws:
      Exception