Interface OrcaPerRequestUtil.OrcaPerRequestReportListener

    • Method Detail

      • onLoadReport

        void onLoadReport​(io.grpc.services.MetricReport report)
        Invoked when a per-request ORCA report is received.

        Note this callback will be invoked from the network thread as the RPC finishes, implementations should not block.

        Parameters:
        report - load report in the format of grpc MetricReport.