RegistrationContext.register

Register a component of type T by identity, type, or interface it implements.

Register a component of type T by identity, type, or interface it implements.

Parameters

T

type of registered component

identity string

identity by which component is stored in storage

Return Value

Type: ConfigurationContextFactory!T

GenericFactory!T factory for component for further configuration

Meta