类 ManagementServiceGrpc.ManagementServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.management.v3.compat.ManagementServiceGrpc.ManagementServiceImplBase
- 所有已实现的接口:
io.grpc.BindableService
public abstract static class ManagementServiceGrpc.ManagementServiceImplBase
extends Object
implements io.grpc.BindableService
Define the service reporting the extra information of the instance.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final io.grpc.ServerServiceDefinitionvoidkeepAlive(InstancePingPkg request, io.grpc.stub.StreamObserver<Commands> responseObserver) Keep the instance alive in the backend analysis.voidreportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance.
-
构造器详细资料
-
ManagementServiceImplBase
public ManagementServiceImplBase()
-
-
方法详细资料
-
reportInstanceProperties
public void reportInstanceProperties(InstanceProperties request, io.grpc.stub.StreamObserver<Commands> responseObserver) Report custom properties of a service instance.
-
keepAlive
public void keepAlive(InstancePingPkg request, io.grpc.stub.StreamObserver<Commands> responseObserver) Keep the instance alive in the backend analysis. Only recommend to do separate keepAlive report when no trace and metrics needs to be reported. Otherwise, it is duplicated.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- 指定者:
bindService在接口中io.grpc.BindableService
-