接口 LivenessProbe


  • @SPI
    public interface LivenessProbe
    A probe to indicate whether program is alive

    If one or more spi return false, 'live' command in dubbo-qos will return false. This can be extend with custom program and developers can implement this to customize life cycle.
    从以下版本开始:
    3.0
    • 方法详细资料

      • check

        boolean check()
        Check if program is alive
        返回:
        boolean result of probe