接口 ReadinessProbe

  • 所有已知实现类:
    BootstrapReadinessProbe, ProviderReadinessProbe

    @SPI
    public interface ReadinessProbe
    A probe to indicate whether program is ready

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