Skip to main content

terafoundation / core-context / CoreContext

Class: CoreContext<S, A, D>

Defined in: core-context.ts:8

CoreContext

Extended by

Type Parameters

Type ParameterDefault type
SRecord<string, any>
ARecord<string, any>
D extends stringstring

Implements

  • Context<S, A, D>

Constructors

new CoreContext()

new CoreContext<S, A, D>(config, cluster, sysconfig, assignment?): CoreContext<S, A, D>

Defined in: core-context.ts:23

Parameters

ParameterType
configConfig<S, A, D>
clusterCluster
sysconfigSysConfig<S>
assignment?D

Returns

CoreContext<S, A, D>

Properties

PropertyModifierTypeDefault valueDefined in
apisreadonlyContextAPIs & Aundefinedcore-context.ts:15
archreadonlyArchitectureprocess.archcore-context.ts:18
assignmentpublicDundefinedcore-context.ts:20
clusterreadonlyClusterundefinedcore-context.ts:13
cluster_name?publicstringundefinedcore-context.ts:21
loggerreadonlyLoggerundefinedcore-context.ts:16
namereadonlystringundefinedcore-context.ts:17
platformreadonlyPlatformprocess.platformcore-context.ts:19
sysconfigreadonlySysConfig<S>undefinedcore-context.ts:14