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

org.noear.solon.health.HealthIndicator Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
package org.noear.solon.health;

import org.noear.solon.core.handle.Result;

/**
 * 健康指示器
 *
 * @author noear
 * @since 1.5
 */
@FunctionalInterface
public interface HealthIndicator {
    /**
     * 获取结果
     * */
    Result get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy