Package com.daml.ledger.api.v1.admin
Interface MeteringReportServiceGrpc.AsyncService
-
- All Known Implementing Classes:
MeteringReportServiceGrpc.MeteringReportServiceImplBase
- Enclosing class:
- MeteringReportServiceGrpc
public static interface MeteringReportServiceGrpc.AsyncService
Experimental API to retrieve metering reports. Metering reports aim to provide the information necessary for billing participant and application operators.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
getMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request, io.grpc.stub.StreamObserver<MeteringReportOuterClass.GetMeteringReportResponse> responseObserver)
Retrieve a metering report.
-
-
-
Method Detail
-
getMeteringReport
default void getMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request, io.grpc.stub.StreamObserver<MeteringReportOuterClass.GetMeteringReportResponse> responseObserver)
Retrieve a metering report.
-
-