Actor Model · Schema

SpawnActorRequest

Request to spawn a new actor

Actor ModelConcurrencyDistributed Systems

Properties

Name Type Description
behavior string Behavior class or type name
id string Optional custom actor ID (auto-generated if omitted)
supervisorId string Parent supervisor ID
initialState object Initial state to inject into the actor
View JSON Schema on GitHub