spawnTyped
spawnTyped<
T>(system,behavior,name?):ActorRef<T>
Defined in: src/typed/spawn.ts:18
Spawn a top-level typed actor under /user.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”system
Section titled “system”behavior
Section titled “behavior”Behavior<T>
string
Returns
Section titled “Returns”ActorRef<T>