Expand description
The mesh agent actor that manages a host.
Structs§
- GetHost
Mesh Agent - GetLocal
Proc - Boot the ProcAgent on the host’s local proc (LP-1).
- Host
Agent - A mesh agent is responsible for managing a host in a [
HostMesh], through the resource behaviors defined incrate::resource. - Proc
State - SetClient
Config - Push client configuration overrides to this host agent’s process.
- Shutdown
Host - Spawn
Mesh Admin - Message to spawn a [
MeshAdminAgent] on this host’s system proc.
Enums§
- Host
Agent Mode - Represents the different ways a
Hostcan be managed by an agent.
Constants§
- HOST_
MESH_ AGENT_ ACTOR_ NAME - Actor name used when spawning the host mesh agent on the system proc.
Traits§
- GetHost
Mesh Agent Client - The custom client trait for this message type.
- GetHost
Mesh Agent Handler - The custom handler trait for this message type.
- GetLocal
Proc Client - The custom client trait for this message type.
- GetLocal
Proc Handler - The custom handler trait for this message type.
- SetClient
Config Client - The custom client trait for this message type.
- SetClient
Config Handler - The custom handler trait for this message type.
- Shutdown
Host Client - The custom client trait for this message type.
- Shutdown
Host Handler - The custom handler trait for this message type.
- Spawn
Mesh Admin Client - The custom client trait for this message type.
- Spawn
Mesh Admin Handler - The custom handler trait for this message type.