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

io.stargate.health.HealthCheckerServerFactory Maven / Gradle / Ivy

There is a newer version: 2.1.0-BETA-19
Show newest version
package io.stargate.health;

import com.fasterxml.jackson.annotation.JsonTypeName;
import io.dropwizard.server.SimpleServerFactory;

/**
 * This class is made available to DropWizard via {@code
 * META-INF/services/io.dropwizard.server.ServerFactory}, and then enabled via the {@code
 * server.type} option in {@code health-checker-config.yaml}.
 */
@JsonTypeName("health-checker")
public class HealthCheckerServerFactory extends SimpleServerFactory {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy