Interface WarnReport
-
- All Implemented Interfaces:
public interface WarnReport- Since:
2021-07-14
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWarnReport.Sts
-
Method Summary
Modifier and Type Method Description abstract WarnReport.Stsreport(String appName, String jvmName, Map<String, List<WarnMetric.Warn>> warn)Send a report -
-
Method Detail
-
report
abstract WarnReport.Sts report(String appName, String jvmName, Map<String, List<WarnMetric.Warn>> warn)
Send a report
- Parameters:
appName- current app namejvmName- current jvm namewarn- wain details- Returns:
the result of report
-
-
-
-