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

org.zodiac.actuate.health.checker.HealthCheckerProcessor Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.actuate.health.checker;

import org.springframework.boot.actuate.health.Health;

public interface HealthCheckerProcessor {

    /**
     * 健康检查。
     * 
     * @return 返回所有的健康检查
     */
    Health healthCheck();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy