Skip to content

ExtensionId

Defined in: src/Extension.ts:16

Identifier + factory pair that the ActorSystem uses to lazily create and cache an extension singleton. Conceptually: the key gives identity, the createExtension function produces the instance on first access.

T extends Extension = Extension

readonly key: symbol

Defined in: src/Extension.ts:17


readonly name: string

Defined in: src/Extension.ts:18

createExtension(system): T

Defined in: src/Extension.ts:19

ActorSystem

T