spawnTypedChild
spawnTypedChild<
T>(ctx,behavior,name?):ActorRef<T>
Defined in: src/typed/spawn.ts:23
Spawn a typed child from inside an OO actor’s context.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”behavior
Section titled “behavior”Behavior<T>
string
Returns
Section titled “Returns”ActorRef<T>