Skip to content

ActorScope <TSnapshot, TEvent, TSystem>

Index

Properties

defer

defer: (fn: () => void) => void

Type declaration

    • (fn: () => void): void
    • Parameters

      • fn: () => void

      Returns void

id

id: string

logger

logger: (...args: any[]) => void

Type declaration

    • (...args: any[]): void
    • Parameters

      • rest...args: any[]

      Returns void

self

self: ActorRef<TSnapshot, TEvent>

sessionId

sessionId: string

stopChild

stopChild: (child: AnyActorRef) => void

Type declaration

system

system: TSystem