configure

Start registering components using a storage and a locator.

Start registering components using a storage and a locator.

Parameters

storage string

identity of a storage located in locator used by registration context to store components.

locator Locator!(Object, string)

locator of dependencies for registered components

allocator RCIAllocator

default allocation strategy for registered components

Return Value

Type: RegistrationContext!Policies

RegistrationContext!Policies context with registration interface used to register components.

Meta