Class BootHealthInspectorImpl

java.lang.Object
org.summerboot.jexpress.boot.instrumentation.BootHealthInspectorImpl
All Implemented Interfaces:
HealthInspector

public class BootHealthInspectorImpl extends Object implements HealthInspector
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Constructor Details

    • BootHealthInspectorImpl

      public BootHealthInspectorImpl()
  • Method Details

    • ping

      public List<Err> ping(Object... args)
      Specified by:
      ping in interface HealthInspector
      Parameters:
      args - Logger, Boolean
      Returns:
    • healthCheck

      protected void healthCheck(@Nonnull ServiceError error, @Nullable org.apache.logging.log4j.Logger callerLog)