Package org.noear.solon.health
Class HealthHandler
java.lang.Object
org.noear.solon.health.HealthHandler
- All Implemented Interfaces:
org.noear.solon.core.handle.Handler
检健检测代理(方便复用于别的检测路径)
- Since:
- 1.5
- Author:
- iYarnFog
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HealthHandler获取实例voidhandle(org.noear.solon.core.handle.Context ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.noear.solon.core.handle.Handler
version
-
Field Details
-
HANDLER_PATH
参考代理路径- See Also:
-
-
Constructor Details
-
HealthHandler
public HealthHandler()
-
-
Method Details
-
getInstance
获取实例 -
handle
- Specified by:
handlein interfaceorg.noear.solon.core.handle.Handler- Throws:
Throwable
-