public interface YopReporter
void report(YopReport report) throws YopReportException
void batchReport(List<YopReport> report) throws YopReportException
default void report(String provider, String env, YopReport report) throws YopReportException
default void batchReport(String provider, String env, List<YopReport> report) throws YopReportException
Copyright © 2024. All rights reserved.