Interface: KernelRegistryView
Defined in: packages/core/src/composition/kernel-registries.ts:167
Fully merged registry set exposed by the kernel.
Properties
actorProviders
readonlyactorProviders: readonlyActorProvider[]
Defined in: packages/core/src/composition/kernel-registries.ts:188
External-first actor providers in dispatch order.
externalHookRunners
readonlyexternalHookRunners:ReadonlyMap<string,ExternalHookRunner>
Defined in: packages/core/src/composition/kernel-registries.ts:190
External hook runners keyed by accepted hook type.
extractorTransforms
readonlyextractorTransforms:ExtractorTransformRegistry
Defined in: packages/core/src/composition/kernel-registries.ts:184
Extractor transforms keyed by registered transform name.
graphStores
readonlygraphStores:ReadonlyMap<string,GraphStoreFactory>
Defined in: packages/core/src/composition/kernel-registries.ts:180
Artifact parsers keyed by format name.
parsers
readonlyparsers:ArtifactParserRegistry
Defined in: packages/core/src/composition/kernel-registries.ts:182
Artifact parsers keyed by format name.
storages
readonlystorages:object
Defined in: packages/core/src/composition/kernel-registries.ts:169
Named storage factories grouped by capability.
archive
readonlyarchive:ReadonlyMap<string,ArchiveStorageFactory>
Named archive storage factories available to the kernel.
changes
readonlychanges:ReadonlyMap<string,ChangeStorageFactory>
Named change storage factories available to the kernel.
schemas
readonlyschemas:ReadonlyMap<string,SchemaStorageFactory>
Named schema storage factories available to the kernel.
specs
readonlyspecs:ReadonlyMap<string,SpecStorageFactory>
Named spec storage factories available to the kernel.
vcsProviders
readonlyvcsProviders: readonlyVcsProvider[]
Defined in: packages/core/src/composition/kernel-registries.ts:186
External-first VCS providers in dispatch order.