ContainerReferences

Container’s managed references that can be created from container configuration.

Implements: ManagedReferences

Description

The ContainerReferences class allows you to create container’s managed references that can be created from a container configuration.

Instance methods

put_from_config

Puts components into the references from the container’s configuration.

Throws CreateException when one of component cannot be created.

put_from_config(config: ContainerConfig)

  • config: ContainerConfig - container’s configuration with information of the components to be added.

See also