Package org.apache.dubbo.qos.probe
Interface StartupProbe
- All Known Implementing Classes:
DeployerStartupProbe
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 extended with custom program and developers
can implement this to customize life cycle.
- Since:
- 3.0
-
Method Summary
-
Method Details
-
check
boolean check()Check if program has been startup- Returns:
-
result of probe
invalid reference
boolean
-