configure

Start registering components using a storage and a locator.

Start registering components using a storage and a locator.

Parameters

storage Storage!(ObjectFactory, string)

store registered components into it.

locator Locator!(Object, string)

locator of dependencies for registered components

allocator RCIAllocator

default allocation strategy for registered components

Return Value

RegistrationContext context with registration interface used to register components.

Meta