Skip to main content

Module actor

Module actor 

Source
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ยง

ActorCapabilities
Declared capabilities of a remote actor.
ActorRegistration
Actor registration record.
HeartbeatPolicy
Heartbeat timeout policy for a remote actor.