Interface HealthIndicator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HealthIndicator
健康指示器
Since:
1.5
Author:
noear
  • Method Summary

    Modifier and Type
    Method
    Description
    org.noear.solon.core.handle.Result
    get()
    获取结果
  • Method Details

    • get

      org.noear.solon.core.handle.Result get()
      获取结果