类 AlertContext

java.lang.Object
org.ifinalframework.monitor.context.AlertContext

public final class AlertContext extends Object
从以下版本开始:
1.0.0
版本:
1.0.0
作者:
ilikly
  • 方法详细资料

    • builder

      public static AlertContext.Builder builder()
    • getName

      public String getName()
    • getLevel

      public org.ifinalframework.monitor.annotation.MonitorLevel getLevel()
    • getTrace

      public String getTrace()
    • getTarget

      public Object getTarget()
    • getAttributes

      public Map<String,Object> getAttributes()
    • getException

      public MonitorException getException()
    • getTimestamp

      public Long getTimestamp()