Interface IPartnerFactory
- All Known Implementing Classes:
StandardPartnerFactory
public interface IPartnerFactory
Creates instances of
IPartner.-
Method Summary
Modifier and Type Method Description IAggregatePartnerbuild(IPartnerCredentials credentials)Builds aIAggregatePartnerinstance and configures it using the provided partner credentials.
-
Method Details
-
build
Builds aIAggregatePartnerinstance and configures it using the provided partner credentials.- Parameters:
credentials- The partner credentials. Use the extensions to obtain these.- Returns:
- A configured partner object.
-