Package org.noear.solon.health.detector
Interface Detector
- All Superinterfaces:
HealthIndicator,org.noear.solon.core.Lifecycle
- All Known Implementing Classes:
AbstractDetector,CpuDetector,DiskDetector,JvmMemoryDetector,MemoryDetector,OsDetector,QpsDetector
检测器
- Since:
- 1.5
- Author:
- noear
-
Method Summary
Methods inherited from interface org.noear.solon.core.Lifecycle
postStart, preStop
-
Method Details
-
getName
String getName() -
getInfo
-
start
- Specified by:
startin interfaceorg.noear.solon.core.Lifecycle- Throws:
Throwable
-
stop
- Specified by:
stopin interfaceorg.noear.solon.core.Lifecycle- Throws:
Throwable
-
get
default org.noear.solon.core.handle.Result get()- Specified by:
getin interfaceHealthIndicator
-