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

com.bazaarvoice.emodb.common.dropwizard.healthcheck.HealthCheckRegistry Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.common.dropwizard.healthcheck;

import com.codahale.metrics.health.HealthCheck;

import java.util.Map;

/**
 * Registry of Dropwizard {@link HealthCheck} objects.
 */
public interface HealthCheckRegistry {
    void addHealthCheck(String healthCheckName, HealthCheck healthCheck);

    Map runHealthChecks();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy