Package com.daml.ledger.api.v1.admin
Class MeteringReportServiceGrpc.MeteringReportServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<MeteringReportServiceGrpc.MeteringReportServiceStub>
-
- com.daml.ledger.api.v1.admin.MeteringReportServiceGrpc.MeteringReportServiceStub
-
- Enclosing class:
- MeteringReportServiceGrpc
public static final class MeteringReportServiceGrpc.MeteringReportServiceStub extends io.grpc.stub.AbstractAsyncStub<MeteringReportServiceGrpc.MeteringReportServiceStub>
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 Concrete Methods Modifier and Type Method Description protected MeteringReportServiceGrpc.MeteringReportServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request, io.grpc.stub.StreamObserver<MeteringReportOuterClass.GetMeteringReportResponse> responseObserver)
Retrieve a metering report.
-
-
-
Method Detail
-
build
protected MeteringReportServiceGrpc.MeteringReportServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<MeteringReportServiceGrpc.MeteringReportServiceStub>
-
getMeteringReport
public void getMeteringReport(MeteringReportOuterClass.GetMeteringReportRequest request, io.grpc.stub.StreamObserver<MeteringReportOuterClass.GetMeteringReportResponse> responseObserver)
Retrieve a metering report.
-
-