类 JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase

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

public abstract static class JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase extends Object implements io.grpc.BindableService
 Define the JVM metrics report service.
 
  • 构造器详细资料

    • JVMMetricReportServiceImplBase

      public JVMMetricReportServiceImplBase()
  • 方法详细资料

    • collect

      public void collect(JVMMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver)
    • bindService

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