public static final class ManagerAgentServiceGrpc.ManagerAgentServiceStub extends io.grpc.stub.AbstractAsyncStub<ManagerAgentServiceGrpc.ManagerAgentServiceStub>
Modifier and Type | Method and Description |
---|---|
void |
agentHeartbeat(AgentHeartbeatRequest request,
io.grpc.stub.StreamObserver<AgentHeartbeatResponse> responseObserver)
A running agent will send a heartbeat message to the manager on an interval timer
|
protected ManagerAgentServiceGrpc.ManagerAgentServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
registerAgent(RegisterAgentRequest request,
io.grpc.stub.StreamObserver<RegisterAgentResponse> responseObserver)
A running agent will attempt to register with the manager on startup
|
protected ManagerAgentServiceGrpc.ManagerAgentServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<ManagerAgentServiceGrpc.ManagerAgentServiceStub>
public void agentHeartbeat(AgentHeartbeatRequest request, io.grpc.stub.StreamObserver<AgentHeartbeatResponse> responseObserver)
A running agent will send a heartbeat message to the manager on an interval timer
public void registerAgent(RegisterAgentRequest request, io.grpc.stub.StreamObserver<RegisterAgentResponse> responseObserver)
A running agent will attempt to register with the manager on startup
Copyright © 2023. All Rights Reserved.