Interface TinyTaskBeatService
-
- All Implemented Interfaces:
public interface TinyTaskBeatService- Since:
2022-12-26
trydofor
-
-
Method Summary
Modifier and Type Method Description abstract intcleanResult()Clean the history result of task abstract StringcheckHealth()Check task health, should notice if return non-empty -
-
Method Detail
-
cleanResult
abstract int cleanResult()
Clean the history result of task
-
checkHealth
abstract String checkHealth()
Check task health, should notice if return non-empty
-
-
-
-