Expand description
Actor domain types for remote actor registration and heartbeat coordination.
Remote actors are Caelum Vessels (or other clients) that register with the
Org ActionQueue hub, claim tasks by capability, and report execution results.
This module defines the pure domain types; storage, routing, and heartbeat
monitoring logic lives in actionqueue-actor.
Structsยง
- Actor
Capabilities - Declared capabilities of a remote actor.
- Actor
Registration - Actor registration record.
- Heartbeat
Policy - Heartbeat timeout policy for a remote actor.