toggle menu
common-ext
2.2.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.orchestration
/
HealthCheck
Health
Check
interface
HealthCheck
所谓声明健康就是一个可重复执行的指令,返回 0 即为健康
Author
CJ
Inheritors
HttpHealthCheck
Members
Functions
check
Health
Link copied to clipboard
abstract
fun
checkHealth
(
stdOutput
:
String
?
,
exitCode
:
Int
)
:
Boolean
to
Health
Check
Command
Link copied to clipboard
abstract
fun
toHealthCheckCommand
(
node
:
ServiceNode
)
:
String