类 ManagementServiceGrpc.ManagementServiceImplBase

java.lang.Object
org.apache.skywalking.apm.network.management.v3.ManagementServiceGrpc.ManagementServiceImplBase
所有已实现的接口:
io.grpc.BindableService
封闭类:
ManagementServiceGrpc

public abstract static class ManagementServiceGrpc.ManagementServiceImplBase extends Object implements io.grpc.BindableService
 Define the service reporting the extra information of the 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