Interface ReadinessProbe

All Known Implementing Classes:
DeployerReadinessProbe, ProviderReadinessProbe

@SPI(scope=FRAMEWORK) 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 extended with custom program and developers can implement this to customize life cycle.
Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Check if program is Ready
  • Method Details

    • check

      boolean check()
      Check if program is Ready
      Returns:
      invalid reference
      boolean
      result of probe