public static interface OrcaPerRequestUtil.OrcaPerRequestReportListener
OrcaPerRequestUtil.
When an ORCA report is received, that object's onLoadReport method is invoked.| Modifier and Type | Method and Description |
|---|---|
void |
onLoadReport(com.github.xds.data.orca.v3.OrcaLoadReport report)
Invoked when an per-request ORCA report is received.
|
void onLoadReport(com.github.xds.data.orca.v3.OrcaLoadReport report)
Note this callback will be invoked from the network thread as the RPC finishes, implementations should not block.
report - load report in the format of ORCA format.