Options
All
  • Public
  • Public/Protected
  • All
Menu

Pod manager that creates a store for the pod with a PodGenerator and fills it with resources from a ResourcesGenerator.

Part of the dynamic pod creation.

  1. Calls a PodGenerator to instantiate a new resource store for the pod.
  2. Generates the pod resources based on the templates as usual.
  3. Adds the created pod to the routing storage, which is used for linking pod identifiers to their resource stores.
see

TemplatedPodGenerator, ConfigPodInitializer, BaseUrlRouterRule

Hierarchy

  • ConfigPodManager

Implements

Index

Constructors

constructor

Properties

Private Readonly idGenerator

idGenerator: IdentifierGenerator

Protected Readonly logger

logger: Logger = ...

Private Readonly podGenerator

podGenerator: PodGenerator

Private Readonly resourcesGenerator

resourcesGenerator: ResourcesGenerator

Private Readonly routingStorage

Methods

createPod