Actor Model · Example Payload

Actor Model Supervisor Example

Actor ModelConcurrencyDistributed Systems

Actor Model Supervisor Example is an example object payload from Actor Model, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idpathstrategymaxRestartsrestartWindowchildCountstatus

Example Payload

Raw ↑
{
  "id": "session-supervisor",
  "path": "/system/supervisor/session-supervisor",
  "strategy": "one-for-one",
  "maxRestarts": 10,
  "restartWindow": 60,
  "childCount": 42,
  "status": "active"
}