public static interface OrcaOobUtil.OrcaOobReportListener
OrcaPerRequestUtil.
When an ORCA report is received, that object's onLoadReport method is invoked.| Modifier and Type | Method and Description |
|---|---|
void |
onLoadReport(io.grpc.services.MetricReport report)
Invoked when an out-of-band ORCA report is received.
|
void onLoadReport(io.grpc.services.MetricReport report)
Note this callback will be invoked from the SynchronizationContext of the
delegated helper, implementations should not block.
report - load report in the format of grpc MetricReport.