public static final class EBPFProcessServiceGrpc.EBPFProcessServiceStub extends io.grpc.stub.AbstractAsyncStub<EBPFProcessServiceGrpc.EBPFProcessServiceStub>
Define the detected processes and report them.
| Modifier and Type | Method and Description |
|---|---|
protected EBPFProcessServiceGrpc.EBPFProcessServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
keepAlive(EBPFProcessPingPkgList request,
io.grpc.stub.StreamObserver<Commands> responseObserver)
Keep the process alive in the backend.
|
void |
reportProcesses(EBPFProcessReportList request,
io.grpc.stub.StreamObserver<EBPFReportProcessDownstream> responseObserver)
Report discovered process in Rover
|
protected EBPFProcessServiceGrpc.EBPFProcessServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EBPFProcessServiceGrpc.EBPFProcessServiceStub>public void reportProcesses(EBPFProcessReportList request, io.grpc.stub.StreamObserver<EBPFReportProcessDownstream> responseObserver)
Report discovered process in Rover
public void keepAlive(EBPFProcessPingPkgList request, io.grpc.stub.StreamObserver<Commands> responseObserver)
Keep the process alive in the backend.
Copyright © 2022 The Apache Software Foundation. All rights reserved.