Interface ProductDetailsService

All Known Implementing Classes:
DefaultProductDetailsService

public interface ProductDetailsService
This service is responsible for retrieving ProductDetails for ProductDetailsRequests. It is responsible for building the details; however, it typically should defer the hydration of the related domain to the available ProductDetailsContributors
Author:
Nathan Moore (nathandmoore)