5.4.1.6 Description
This member function instructs the FactoryFinder to return one application factory object reference whose key matches the input factory_key
. To accomplish this, the member function performs an equality match; that is, every NameComponent <id, kind> pair in the input factory_key
must exactly match each <d, kind> pair in the application factory’s key. If multiple factory keys contain the input factory_key
, the FactoryFinder selects one factory key, based on an internally defined load balancing scheme. Invoking find_one_factory
multiple times using the same id
may return different object references.
Parent topic: DITobj_FactoryFinder.find_one_factory