@FunctionalInterface
public interface MetricsReporter
| Modifier and Type | Method and Description |
|---|---|
void |
report(MetricsReport report)
Indicates that a operation is done by reporting a
MetricsReport. |
void report(MetricsReport report)
MetricsReport. A MetricsReport is usually directly derived from a MetricsReport instance.report - The MetricsReport to report.