Class JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.language.agent.v3.compat.JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- JVMMetricReportServiceGrpc
public abstract static class JVMMetricReportServiceGrpc.JVMMetricReportServiceImplBase
extends Object
implements io.grpc.BindableService
Define the JVM metrics report service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidcollect(JVMMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver)
-
Constructor Details
-
JVMMetricReportServiceImplBase
public JVMMetricReportServiceImplBase()
-
-
Method Details
-
collect
public void collect(JVMMetricCollection request, io.grpc.stub.StreamObserver<Commands> responseObserver) -
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-