Package com.daml.ledger.api.v1.admin
Class MeteringReportServiceGrpc.MeteringReportServiceImplBase
- java.lang.Object
 - 
- com.daml.ledger.api.v1.admin.MeteringReportServiceGrpc.MeteringReportServiceImplBase
 
 
- 
- All Implemented Interfaces:
 io.grpc.BindableService
- Enclosing class:
 - MeteringReportServiceGrpc
 
public abstract static class MeteringReportServiceGrpc.MeteringReportServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceExperimental API to retrieve metering reports. Metering reports aim to provide the information necessary for billing participant and application operators.
 
- 
- 
Constructor Summary
Constructors Constructor Description MeteringReportServiceImplBase() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request, io.grpc.stub.StreamObserver<MeteringReportOuterClass.GetMeteringReportResponse> responseObserver)Retrieve a metering report. 
 - 
 
- 
- 
Method Detail
- 
getMeteringReport
public void getMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request, io.grpc.stub.StreamObserver<MeteringReportOuterClass.GetMeteringReportResponse> responseObserver)
Retrieve a metering report.
 
- 
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
 bindServicein interfaceio.grpc.BindableService
 
 - 
 
 -