Class EntityCompanionProvider

An instance of the Entity framework.

Required to create a ViewerContext, which is the application entry point into the framework.

Internally, this is a lazy entity companion factory that instantiates and caches one EntityCompanion for each type of Entity.

Constructors

Properties

globalMutationTriggers: EntityMutationTriggerConfiguration<any, any, any, any, any> = {}

Optional set of EntityMutationTrigger to run for all entity mutations systemwide.

metricsAdapter: IEntityMetricsAdapter

An IEntityMetricsAdapter for collecting metrics on this instance

Methods