Module agent

Module agent 

Source

Structs§

AgentServiceClient
The client stub that makes RPC calls to the server. All request methods return Futures.
AgentStatus
Handshake
ServeAgentService
A serving function to use with ::tarpc::server::InFlightRequest::execute.

Enums§

AgentMetric
AgentServiceRequest
The request sent over the wire from the client to the server.
AgentServiceResponse
The response sent over the wire from the server to the client.

Traits§

AgentService
The RPC service that agents implement as a server.
AgentServiceStub
The stub trait for service AgentService.