接口 StartupProbe

  • 所有已知实现类:
    BootstrapStartupProbe

    @SPI
    public interface StartupProbe
    A probe to indicate whether program is startup

    If one or more spi return false, 'startup' 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 has been startup
        返回:
        boolean result of probe