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

consul.Health Maven / Gradle / Ivy

package consul;

public class Health extends ConsulChain {
    public Health(Consul c) {
        super(c);
    }

    public HealthService service() {
        return new HealthService(consul());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy