public abstract static class ManagerAgentServiceGrpc.ManagerAgentServiceImplBase extends Object implements io.grpc.BindableService
Constructor and Description |
---|
ManagerAgentServiceImplBase() |
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
|
io.grpc.ServerServiceDefinition |
bindService() |
void |
registerAgent(RegisterAgentRequest request,
io.grpc.stub.StreamObserver<RegisterAgentResponse> responseObserver)
A running agent will attempt to register with the manager on startup
|
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
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2023. All Rights Reserved.