Interface HealthCheckRegistryListener

    • Method Detail

      • onHealthCheckAdded

        void onHealthCheckAdded​(String name,
                                HealthCheck healthCheck)
        Called when a new HealthCheck is added to the registry.
        Parameters:
        name - the name of the health check
        healthCheck - the health check
      • onHealthCheckRemoved

        void onHealthCheckRemoved​(String name,
                                  HealthCheck healthCheck)
        Called when a HealthCheck is removed from the registry.
        Parameters:
        name - the name of the health check
        healthCheck - the health check