Class HealthHandler

java.lang.Object
org.noear.solon.health.HealthHandler
All Implemented Interfaces:
org.noear.solon.core.handle.Handler

public class HealthHandler extends Object implements org.noear.solon.core.handle.Handler
检健检测代理(方便复用于别的检测路径)
Since:
1.5
Author:
iYarnFog
  • Field Details

  • Constructor Details

    • HealthHandler

      public HealthHandler()
  • Method Details

    • getInstance

      public static HealthHandler getInstance()
      获取实例
    • handle

      public void handle(org.noear.solon.core.handle.Context ctx) throws Throwable
      Specified by:
      handle in interface org.noear.solon.core.handle.Handler
      Throws:
      Throwable