ActorContext interface​
Signature:
export interface ActorContext<TSnapshot extends Snapshot<unknown>, TEvent extends EventObject, TSystem extends ActorSystem<any> = ActorSystem<any>>
Properties​
Property | Modifiers | Type | Description |
---|---|---|---|
defer | (fn: () => void) => void | ||
id | string | ||
logger | (...args: any[]) => void | ||
self | ActorRef<TEvent, TSnapshot> | ||
sessionId | string | ||
stopChild | (child: AnyActorRef) => void | ||
system | TSystem |