Package com.hybris.yprofile.services
Interface RetrieveRestClientStrategy
-
- All Known Implementing Classes:
DefaultRetrieveRestClientStrategy
public interface RetrieveRestClientStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConsentServiceClientgetConsentServiceRestClient()ProfileClientgetProfileRestClient()
-
-
-
Method Detail
-
getProfileRestClient
ProfileClient getProfileRestClient()
-
getConsentServiceRestClient
ConsentServiceClient getConsentServiceRestClient()
-
-