public interface WatchdogObserver
| Modifier and Type | Method and Description |
|---|---|
default boolean |
onStart()
Actions that run on watchdog start
|
default boolean |
onStop(List<WorkerRuntimeInfo> workerRuntimeInfos)
Actions that run on watchdog stop
|
default boolean onStart()
default boolean onStop(List<WorkerRuntimeInfo> workerRuntimeInfos)
workerRuntimeInfos - a list of active workers and their informationThis documentation was released into the public domain.