public class YopRemoteReporter extends Object implements YopReporter
| 限定符和类型 | 字段和说明 |
|---|---|
static YopRemoteReporter |
INSTANCE |
| 构造器和说明 |
|---|
YopRemoteReporter() |
public static final YopRemoteReporter INSTANCE
public void report(YopReport report) throws YopReportException
report 在接口中 YopReporterYopReportExceptionpublic void batchReport(List<YopReport> reports) throws YopReportException
batchReport 在接口中 YopReporterYopReportExceptionpublic void report(String provider, String env, YopReport report) throws YopReportException
report 在接口中 YopReporterYopReportExceptionpublic void batchReport(String provider, String env, List<YopReport> reports) throws YopReportException
batchReport 在接口中 YopReporterYopReportExceptionCopyright © 2024. All rights reserved.