All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.dropwizard.health.core.StateChangedCallback Maven / Gradle / Ivy

Go to download

Provides a health check implementation that performs ongoing monitoring of an application's dependencies and includes an endpoint that can be called by a load balancer to determine if the application is healthy and thus able to retrieve traffic.

There is a newer version: 1.7.3
Show newest version
package io.dropwizard.health.core;

@FunctionalInterface
public interface StateChangedCallback {
    void onStateChanged(String healthCheckName, boolean healthy);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy