APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Actor Model
Actor
Actor Model
· Schema
Actor
An actor in the system with its current state and mailbox info
Actor Model
Concurrency
Distributed Systems
Properties
Name
Type
Description
id
string
Unique actor identifier
path
string
Hierarchical actor path
behavior
string
Current behavior class or name
status
string
Current actor status
mailboxSize
integer
Number of pending messages in mailbox
supervisorId
string
Parent supervisor actor ID
spawnedAt
string
When the actor was spawned
lastMessageAt
string
Timestamp of last processed message
messageCount
integer
Total messages processed since spawn
restartCount
integer
Number of times this actor has been restarted
View JSON Schema on GitHub