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