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