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

io.vertx.ext.healthchecks.impl.Procedure Maven / Gradle / Ivy

The newest version!
package io.vertx.ext.healthchecks.impl;

import io.vertx.core.Handler;
import io.vertx.ext.healthchecks.CheckResult;

/**
 * @author Clement Escoffier
 */
public interface Procedure {

  void check(Handler resultHandler);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy