public abstract static class MeterReportServiceGrpc.MeterReportServiceImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
MeterReportServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<MeterData> |
collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Meter data is reported in a certain period.
|
public io.grpc.stub.StreamObserver<MeterData> collect(io.grpc.stub.StreamObserver<Commands> responseObserver)
Meter data is reported in a certain period. The agent/SDK should report all collected metrics in this period through one stream.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2022 The Apache Software Foundation. All rights reserved.