类 JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.language.agent.v3.JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase
- 所有已实现的接口:
io.grpc.BindableService
public abstract static class JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase
extends Object
implements io.grpc.BindableService
Define the JVM metrics report service.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final io.grpc.ServerServiceDefinitionvoidcollect(JVMMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver)
-
构造器详细资料
-
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
-