类 EBPFProcessServiceGrpc.EBPFProcessServiceImplBase

java.lang.Object
org.apache.skywalking.apm.network.ebpf.profiling.process.v3.EBPFProcessServiceGrpc.EBPFProcessServiceImplBase
所有已实现的接口:
io.grpc.BindableService
封闭类:
EBPFProcessServiceGrpc

public abstract static class EBPFProcessServiceGrpc.EBPFProcessServiceImplBase extends Object implements io.grpc.BindableService
 Define the detected processes and report them.
 
  • 构造器详细资料

    • EBPFProcessServiceImplBase

      public EBPFProcessServiceImplBase()
  • 方法详细资料

    • reportProcesses

      public void reportProcesses(EBPFProcessReportList request, io.grpc.stub.StreamObserver<EBPFReportProcessDownstream> responseObserver)
       Report discovered process in Rover
       
    • keepAlive

      public void keepAlive(EBPFProcessPingPkgList request, io.grpc.stub.StreamObserver<Commands> responseObserver)
       Keep the process alive in the backend.
       
    • bindService

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