Actor Model · Schema

Supervisor

A supervisor actor managing a set of child actors

Actor ModelConcurrencyDistributed Systems

Properties

Name Type Description
id string Supervisor actor ID
path string Actor path
strategy string Supervision strategy
maxRestarts integer Maximum restart attempts within window
restartWindow integer Restart window in seconds
childCount integer Current number of supervised children
status string Supervisor status
View JSON Schema on GitHub