类 MeterReportServiceGrpc.MeterReportServiceImplBase

java.lang.Object
org.apache.skywalking.apm.network.language.agent.v3.compat.MeterReportServiceGrpc.MeterReportServiceImplBase
所有已实现的接口:
io.grpc.BindableService
封闭类:
MeterReportServiceGrpc

public abstract static class MeterReportServiceGrpc.MeterReportServiceImplBase extends Object implements io.grpc.BindableService
  • 构造器详细资料

    • MeterReportServiceImplBase

      public MeterReportServiceImplBase()
  • 方法详细资料

    • collect

      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.
       
    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      指定者:
      bindService 在接口中 io.grpc.BindableService